From b16eff90ae5bc7d239a96aa9a5a9a84bbcce4341 Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 3 Jul 2024 22:38:10 +0800 Subject: [PATCH] md --- .../resources/mapper/EmisWaybillAjustApplyMapper.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillAjustApplyMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillAjustApplyMapper.xml index 8bf6dda05..90b8e4a03 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillAjustApplyMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillAjustApplyMapper.xml @@ -21,6 +21,7 @@ + @@ -211,7 +212,7 @@ @@ -265,6 +266,7 @@ old_value, new_value, bl_value_json, + json_data, apply_memo, bl_center_confirmed, center_confirm_site_code, @@ -298,6 +300,7 @@ #{oldValue}, #{newValue}, #{blValueJson}, + #{jsonData}, #{applyMemo}, #{blCenterConfirmed}, #{centerConfirmSiteCode}, @@ -334,6 +337,7 @@ old_value = #{oldValue}, new_value = #{newValue}, bl_value_json = #{blValueJson}, + json_data = #{jsonData}, apply_memo = #{applyMemo}, bl_center_confirmed = #{blCenterConfirmed}, center_confirm_site_code = #{centerConfirmSiteCode}, @@ -354,11 +358,11 @@ - delete from emis_waybill_ajust_apply where id = #{id} + update emis_waybill_ajust_apply set del_flag='1' where id = #{id} - delete from emis_waybill_ajust_apply where id in + update emis_waybill_ajust_apply set del_flag='1' where id in #{id}