md
This commit is contained in:
parent
505441714d
commit
5e9a251797
@ -131,7 +131,7 @@ public class EmisWaybillTransferServiceImpl implements IEmisWaybillTransferServ
|
||||
}
|
||||
|
||||
// 删除转件记录
|
||||
// 清除运单转单记录
|
||||
// 清除运单转单记录,清除签收标识
|
||||
EmisWaybill upd=new EmisWaybill();
|
||||
upd.setBillCode(emisWaybillTransfer.getBillCode());
|
||||
emisWaybillMapper.cancelTransferInfo(upd);
|
||||
|
||||
@ -2965,7 +2965,8 @@
|
||||
transfer_code = null,
|
||||
transfer_billcode = null,
|
||||
disp_fd_date =null,
|
||||
disp_fd_reason =null
|
||||
disp_fd_reason =null,
|
||||
bl_sign = '0'
|
||||
<if test="updateBy != null and updateBy != ''">,update_by = #{updateBy}</if>
|
||||
<if test="updateSite != null and updateSite != ''">,update_site = #{updateSite}</if>
|
||||
</trim>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user