From c323dbc727ad05be1dfe3952a78e1b788b7e4225 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Mon, 6 Feb 2023 10:00:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=A1=E7=A0=81=E5=B1=95=E7=A4=BA=E5=80=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-sync/pom.xml | 26 -------- .../main/resources/mybatis/configuration.xml | 63 ------------------- .../mybatis/mapper/inout/CodesDao.xml | 1 - 3 files changed, 90 deletions(-) delete mode 100644 api-sync/src/main/resources/mybatis/configuration.xml diff --git a/api-sync/pom.xml b/api-sync/pom.xml index 57b7849..0d984ec 100644 --- a/api-sync/pom.xml +++ b/api-sync/pom.xml @@ -221,32 +221,6 @@ true - - org.mybatis.generator - mybatis-generator-maven-plugin - 1.4.0 - - src/main/resources/mybatis/configuration.xml - true - true - - - - Generate MyBatis Artifacts - - generate - - - - - - org.mybatis.generator - mybatis-generator-core - 1.4.0 - - - - diff --git a/api-sync/src/main/resources/mybatis/configuration.xml b/api-sync/src/main/resources/mybatis/configuration.xml deleted file mode 100644 index bce701c..0000000 --- a/api-sync/src/main/resources/mybatis/configuration.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
\ No newline at end of file diff --git a/api-sync/src/main/resources/mybatis/mapper/inout/CodesDao.xml b/api-sync/src/main/resources/mybatis/mapper/inout/CodesDao.xml index 7961868..7ac495f 100644 --- a/api-sync/src/main/resources/mybatis/mapper/inout/CodesDao.xml +++ b/api-sync/src/main/resources/mybatis/mapper/inout/CodesDao.xml @@ -8,7 +8,6 @@ FROM io_codes WHERE `orderId` = #{orderId} AND 'action' ]]> 'StockCheck' - desc \ No newline at end of file