From 67607d5b37b3931c2102e750cf070431861baf00 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 1 Feb 2023 15:49:35 +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/src/main/resources/application-pro.properties | 6 +++--- .../src/main/resources/mybatis/mapper/inout/CodesDao.xml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/api-sync/src/main/resources/application-pro.properties b/api-sync/src/main/resources/application-pro.properties index a892442..d9b96ed 100644 --- a/api-sync/src/main/resources/application-pro.properties +++ b/api-sync/src/main/resources/application-pro.properties @@ -2,10 +2,10 @@ server.port=9997 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver #spring.datasource.jdbc-url=jdbc:mysql://192.168.235.137:33306/udiwms_erp?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true -spring.datasource.jdbc-url=jdbc:mysql://192.168.0.62:3306/udiwms?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true -#spring.datasource.jdbc-url=jdbc:mysql://127.0.0.1:3306/udiwms?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true +#spring.datasource.jdbc-url=jdbc:mysql://192.168.0.62:3306/udiwms?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true +spring.datasource.jdbc-url=jdbc:mysql://127.0.0.1:3306/udiwms?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true spring.datasource.username=root -spring.datasource.password=Glxp@6066 +spring.datasource.password=123456 #spring.datasource.password=89083fb2fc145533 logging.level.com.glxp.mipsdl.admin.dao=debug #logging.level.com.glxp.mipsdl.admin.barcode=debug 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 7ac495f..7961868 100644 --- a/api-sync/src/main/resources/mybatis/mapper/inout/CodesDao.xml +++ b/api-sync/src/main/resources/mybatis/mapper/inout/CodesDao.xml @@ -8,6 +8,7 @@ FROM io_codes WHERE `orderId` = #{orderId} AND 'action' ]]> 'StockCheck' + desc \ No newline at end of file