feat(work): 新增订单修改功能并增加抵扣金和集材社订单ID字段

- 在 ITpOrderService 接口中新增 updateInfoByBo 方法用于修改订单信息
- 在 TpOrder、TpOrderBo、TpOrderVo 类中添加 coupon(抵扣金)和 jcOrderId(集材社订单ID)字段
- 更新 TpOrderServiceImpl 中的订单修改逻辑,考虑抵扣金因素
This commit is contained in:
清晨
2025-08-02 15:05:37 +08:00
parent 0e97ce7b31
commit 9ec76929d6
2 changed files with 7 additions and 6 deletions

View File

@@ -51,9 +51,9 @@ spring:
# username: sjzx0618
# password: 2b1%Hk3#1Uolol
url: jdbc:mysql://erp9.52o.site:13308/hmsj?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
username: hmsj
password: s4xjHffmwG58RADk
url: jdbc:mysql://localhost:3306/new_xgt?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
username: root
password: root
# 从库数据源
slave:
@@ -88,13 +88,13 @@ spring:
spring.data:
redis:
# 地址
host: sh-crs-2xoizlg8.sql.tencentcdb.com
host: localhost
# 端口默认为6379
port: 22002
port: 6379
# 数据库索引
database: 1
# redis 密码必须配置
password: Songhaihua999
password: Huitu123
# 连接超时时间
timeout: 10s
# 是否开启ssl