From a27f1b573fc5cf9a3b78e2eacb56e44310f83456 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期三, 27 八月 2025 12:17:01 +0800 Subject: [PATCH] art: 添加入库逻辑,SAP订单同步参数动态配置 --- src/main/resources/application-prod.yml | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index e28975a..39078aa 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -132,16 +132,16 @@ connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 datasource: master: - url: jdbc:sqlserver://localhost:1433;databasename=LXZN_TEST_XHJ + url: jdbc:sqlserver://10.210.199.2:1433;databasename=LXZN_MDC_XHJ username: sa - password: 123 + password: Lxzn1688 driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver #redis 閰嶇疆 redis: database: 0 host: 127.0.0.1 port: 6379 - password: + password: '1qaz@WSX' #mybatis plus 璁剧疆 mybatis-plus: mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml @@ -302,4 +302,9 @@ appId: cli_a74aab6353b7d00e appSecret: mx5wm7X9S8WSzZCOYlxcggXTFL8iujIT sync: - departmentId: od-47692f32e6b66cc3985d317fee780a8b \ No newline at end of file + departmentId: od-47692f32e6b66cc3985d317fee780a8b +xhj: + factoryCode: 2301 + orderType: Z001 + productionManager: 010 + orderStatus: REL \ No newline at end of file -- Gitblit v1.9.3