From 35c223d035540ac603c6c66a54d3afcf67e68c2d Mon Sep 17 00:00:00 2001 From: "zhenghaiyang@ele-cloud.com" Date: Mon, 8 May 2023 19:08:02 +0800 Subject: [PATCH] =?UTF-8?q?feature=201.=E4=BF=AE=E5=A4=8D=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E8=A6=86=E7=9B=96=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mybatis/mapper/BuyerMapper.xml | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/order-management-base-service/src/main/resources/mybatis/mapper/BuyerMapper.xml b/order-management-base-service/src/main/resources/mybatis/mapper/BuyerMapper.xml index cb448fe4..ab704b04 100644 --- a/order-management-base-service/src/main/resources/mybatis/mapper/BuyerMapper.xml +++ b/order-management-base-service/src/main/resources/mybatis/mapper/BuyerMapper.xml @@ -337,34 +337,34 @@ UPDATE buyer_manage_info - + taxpayer_code = #{buyer.taxpayerCode,jdbcType=VARCHAR}, - + purchase_name = #{buyer.purchaseName,jdbcType=VARCHAR}, - + address = #{buyer.address,jdbcType=VARCHAR}, - + phone = #{buyer.phone,jdbcType=VARCHAR}, - + bank_of_deposit = #{buyer.bankOfDeposit,jdbcType=VARCHAR}, - + bank_number = #{buyer.bankNumber,jdbcType=VARCHAR}, - + bank_number = #{buyer.bankNumber,jdbcType=VARCHAR}, - + email = #{buyer.email,jdbcType=VARCHAR}, - + sjh = #{buyer.sjh,jdbcType=VARCHAR}, - + remarks = #{buyer.remarks,jdbcType=VARCHAR}, @@ -373,37 +373,37 @@ modify_time = SYSDATE, - + modify_user_id = #{buyer.modifyUserId,jdbcType=VARCHAR}, - + ghf_qylx = #{buyer.ghfQylx,jdbcType=VARCHAR}, - + xhf_nsrsbh = #{buyer.xhfNsrsbh,jdbcType=VARCHAR}, - + xhf_mc = #{buyer.xhfMc,jdbcType=VARCHAR}, - + buyer_code = #{buyer.buyerCode,jdbcType=VARCHAR}, - + invoice_name = #{buyer.invoiceName,jdbcType=VARCHAR}, - + invoice_taxno = #{buyer.invoiceTaxno,jdbcType=VARCHAR}, - + mdm_multicode_json = #{buyer.mdmMulticodeJson,jdbcType=VARCHAR}, - + status = #{buyer.status,jdbcType=VARCHAR}, - + sync_order = #{buyer.syncOrder,jdbcType=VARCHAR}, - + ent_id = #{buyer.deptId,jdbcType=VARCHAR},