From e3fdd85986f4cd5194e483f131103a82cff614ad Mon Sep 17 00:00:00 2001 From: wj <1285151836@qq.com> Date: Tue, 23 May 2023 21:11:46 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mybatis/mapper/thrsys/ThrDeptDao.xml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/main/resources/mybatis/mapper/thrsys/ThrDeptDao.xml b/src/main/resources/mybatis/mapper/thrsys/ThrDeptDao.xml index 7c65aef9f..eddcacaed 100644 --- a/src/main/resources/mybatis/mapper/thrsys/ThrDeptDao.xml +++ b/src/main/resources/mybatis/mapper/thrsys/ThrDeptDao.xml @@ -99,20 +99,20 @@ ) - - replace INTO thr_dept - (pid, code, name, advanceType, isDefault, - status, updateTime, remark, thirdSysFk) - VALUES - - ( - #{item.pid}, #{item.code}, - #{item.name}, #{item.advanceType}, #{item.isDefault}, - #{item.status}, #{item.updateTime}, - #{item.remark}, #{item.thirdSysFk}) - - + + + + + + + + + + + + + + DELETE