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