This commit is contained in:
linfso 2025-01-08 13:05:00 +08:00
parent 505441714d
commit 5e9a251797
2 changed files with 3 additions and 2 deletions

View File

@ -131,7 +131,7 @@ public class EmisWaybillTransferServiceImpl implements IEmisWaybillTransferServ
}
// 删除转件记录
// 清除运单转单记录
// 清除运单转单记录,清除签收标识
EmisWaybill upd=new EmisWaybill();
upd.setBillCode(emisWaybillTransfer.getBillCode());
emisWaybillMapper.cancelTransferInfo(upd);

View File

@ -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>