Pine
1a9e669145
fix: 修复企业↔个人算力互转500错误
...
根因: rbac_compute_pricing.py 中函数内导入路径错误
from ..infrastructure.models import User as _User
会解析为 app/api/infrastructure/models,实际应为
from ...infrastructure.models import User as _User
解析为 app/infrastructure/models
修复: transfer_to_personal 和 transfer_from_personal 两处函数内导入
2026-09-13 23:39:39 +08:00
..
2026-08-23 23:52:58 +08:00
2026-09-10 13:24:44 +08:00
2026-09-10 10:33:53 +08:00
2026-09-13 23:33:36 +08:00
2026-09-03 12:40:05 +08:00
2026-09-13 19:04:16 +08:00
2026-09-05 03:40:58 +08:00
2026-09-09 04:50:08 +08:00
2026-09-03 12:40:05 +08:00
2026-09-05 14:33:38 +08:00
2026-09-13 12:57:28 +08:00
2026-09-13 23:39:39 +08:00
2026-09-05 03:05:56 +08:00
2026-09-11 21:15:36 +08:00
2026-09-09 15:38:54 +08:00
2026-09-07 16:23:43 +08:00
2026-09-11 21:15:36 +08:00
2026-09-13 11:14:20 +08:00
2026-09-07 15:07:43 +08:00
2026-09-13 23:28:36 +08:00
2026-09-09 21:52:37 +08:00
2026-09-13 11:14:20 +08:00
2026-09-09 03:33:56 +08:00
2026-09-11 21:15:36 +08:00
2026-09-03 09:18:28 +08:00
2026-09-11 21:15:36 +08:00
2026-09-09 03:16:23 +08:00
2026-09-07 16:15:35 +08:00
2026-09-08 00:10:33 +08:00
2026-09-13 17:41:02 +08:00
2026-09-03 12:40:05 +08:00