From aedf496c2a6e6a7edc2d8cce2b3e1ec2755a203e Mon Sep 17 00:00:00 2001 From: yuqh <123456> Date: Mon, 24 Jun 2024 16:00:45 +0800 Subject: [PATCH] =?UTF-8?q?MDM=E5=85=AC=E7=94=A8=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugin/masterData/entity/MdmEntity.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/masterData/entity/MdmEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/masterData/entity/MdmEntity.xml index 245f4a02..dd48ba87 100644 --- a/buildpackage/src/main/java/com/hzya/frame/plugin/masterData/entity/MdmEntity.xml +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/masterData/entity/MdmEntity.xml @@ -2,7 +2,7 @@ - + @@ -58,7 +58,7 @@ ,taxpayerid - select from mdm_customer @@ -95,7 +95,7 @@ - select count(1) from mdm_customer and id = #{id} @@ -130,7 +130,7 @@ - select from mdm_customer @@ -167,7 +167,7 @@ - select from mdm_customer @@ -204,7 +204,7 @@ - + insert into mdm_customer( id , @@ -307,7 +307,7 @@ pk_org = values(pk_org), taxpayerid = values(taxpayerid) - + update mdm_customer set document_rule = #{documentRule}, @@ -337,12 +337,12 @@ update mdm_customer set where id = #{id} - + update mdm_customer set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} where id = #{id} - + update mdm_customer set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} and id = #{id}