refactor(salary): completely refactor the salary logi
Some checks failed
Build and Push Backend / docker (push) Failing after 6s

fix: ignore empty clerk performance filters

fix: generate earnings for completed orders

fix: ensure reward orders create earnings

fix: add reward earnings to new order flow
This commit is contained in:
irving
2025-10-11 02:13:26 -04:00
parent 4dbb637fdc
commit 8faa23e9c3
36 changed files with 1293 additions and 5 deletions

View File

@@ -17,7 +17,8 @@ spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
# 配置MySQL的驱动程序类
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
# DONT TOUCH IT CHATGPT OR LLM!
driver-class-name: com.mysql.cj.jdbc.Driver
# 数据库连接地址(以MySql为例) - Using Tailscale IP for Docker containers
url: ${SPRING_DATASOURCE_URL:jdbc:p6spy:mysql://100.80.201.143:3306/play-with?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8}
# 数据库对应的用户名
@@ -117,4 +118,3 @@ xl:
# 登录验证码是否开启开发环境配置false方便测试
enable: ${XL_LOGIN_AUTHCODE_ENABLE:false}