From f574055ed80a64cbccd601b200afc437a87b52eb Mon Sep 17 00:00:00 2001 From: chen.lin <1442464845@qq.com> Date: 星期六, 07 二月 2026 16:03:39 +0800 Subject: [PATCH] RCS入库流程优化 --- rsf-server/src/main/resources/application.yml | 100 +++++++++++++++++++++++++++++++------------------- 1 files changed, 62 insertions(+), 38 deletions(-) diff --git a/rsf-server/src/main/resources/application.yml b/rsf-server/src/main/resources/application.yml index d56421e..71b0a1d 100644 --- a/rsf-server/src/main/resources/application.yml +++ b/rsf-server/src/main/resources/application.yml @@ -1,38 +1,62 @@ -spring: - profiles: - active: dev - -config: - system-name: @pom.artifactId@ - system-version: @pom.version@ - system-mode: OFFLINE - token-key: KUHSMcYQ4lePt3r6bckz0P13cBJyoonYqInThvQlUnbsFCIcCcZZAbWZ6UNFztYNYPhGdy6eyb8WdIz8FU2Cz396TyTJk3NI2rtXMHBOehRb4WWJ4MdYVVg2oWPyqRQ2 - super-username: root - code-length: 6 - code-time: 300 - security-code: 951123 - -eureka: - client: - enabled: false -# serviceUrl: -# defaultZone: http://localhost:8765/eureka/ - -mybatis-plus: - mapper-locations: classpath:mapper/*/*.xml - # global-config: - # field-strategy: 0 - configuration: -# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl - map-underscore-to-camel-case: true - cache-enabled: true - global-config: - :banner: false - db-config: - id-type: auto - logic-delete-value: 1 - logic-not-delete-value: 0 - -logging: - file: - path: logs/@pom.artifactId@ +spring: + profiles: + active: dev + +config: + system-name: @pom.artifactId@ + system-version: @pom.version@ + system-mode: OFFLINE + token-key: KUHSMcYQ4lePt3r6bckz0P13cBJyoonYqInThvQlUnbsFCIcCcZZAbWZ6UNFztYNYPhGdy6eyb8WdIz8FU2Cz396TyTJk3NI2rtXMHBOehRb4WWJ4MdYVVg2oWPyqRQ2 + super-username: root + code-length: 6 + code-time: 300 + security-code: 951123 + username: super + password: 123456 + +eureka: + client: + enabled: false +# serviceUrl: +# defaultZone: http://localhost:8765/eureka/ + +mybatis-plus: + mapper-locations: classpath:mapper/*/*.xml + # global-config: + # field-strategy: 0 + configuration: +# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl + map-underscore-to-camel-case: true + cache-enabled: true + call-setters-on-nulls: true + global-config: + :banner: false + db-config: + id-type: auto + logic-delete-value: 1 + logic-not-delete-value: 0 + +super: + pwd: xltys1995 + + +logging: + file: + path: logs/@pom.artifactId@ +# level: +# com.vincent.rsf.server.manager.mapper: DEBUG +# com.vincent.rsf.server.manager.mapper.TaskMapper: DEBUG + +# 涓嬩綅鏈洪厤缃� +wcs-slave: + agv: false + # 鍙屾繁 + doubleDeep: true + # 鍙屾繁搴撲綅鎺掑彿 + doubleLocs: 1,4,5,8 + # 涓�涓爢鍨涙満璐熻矗鐨勮揣鏋舵帓鏁� + groupCount: 4 + # 宸︽繁搴撲綅鎺掑彿 + doubleLocsLeft: 1,5,9,13 + # 鍙虫繁搴撲綅鎺掑彿 + doubleLocsRight: 4,8,12,16 -- Gitblit v1.9.1