fix(order): 修改配送员提成直接入账逻辑

- 配送员提成由先入冻结金额 freeze_money 改为直接加入可提现余额 money
- 更新两个 LambdaUpdateWrapper SQL 语句,修改相关字段及注释
- total_money 字段保持累计不变
- 修复 Transaction 类路径和字段结构导致的回调字段映射失败问题
- 优化回调通知配置缓存,避免重复初始化带来的网络请求失败风险
This commit is contained in:
2026-04-16 01:17:23 +08:00
parent 0c4bdc3031
commit fa5260d583
3 changed files with 15 additions and 5 deletions

View File

@@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.gxwebsoft</groupId>
<artifactId>glt-api</artifactId>
<artifactId>mp-api</artifactId>
<version>1.0</version>
<name>glt-api</name>
<name>mp-api</name>
<description>WebSoftApi project for Spring Boot</description>
<parent>