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}