在前后端开发联调前 的提交20260223

This commit is contained in:
Neo
2026-02-23 23:02:20 +08:00
parent 254ccb1e77
commit fafc95e64c
1142 changed files with 10366960 additions and 36957 deletions

View File

@@ -0,0 +1,6 @@
- [P20260221-122637] 2026-02-21 12:26:37 +0800
- summary: - base_dws_task.py — 新增 calculate_guarantee() 方法,按 GUAR_LV{level_code} 匹配规则,校验总课时 + 打赏课 ≥ 10h 条件,返回 (guarantee_amount, r…
- prompt:
```text
- base_dws_task.py — 新增 calculate_guarantee() 方法,按 GUAR_LV{level_code} 匹配规则,校验总课时 + 打赏课 ≥ 10h 条件,返回 (guarantee_amount, rule_code)总课时 + 打赏课 ≥ 10h 条件 这个是满足保底的条件么?那不对啊,应该是 根据 登记 总课时 + 打赏课 ≥ XXXh且 打赏课 ≥ 10h吧
```