fix(admin-web): 调换运营1和运营2名称

S0000000002 → 运营1
S0000000003 → 运营2

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-06 23:42:47 -08:00
parent 6f52956c42
commit efb428ef31
1 changed files with 2 additions and 2 deletions

View File

@ -419,8 +419,8 @@ export const FEE_COLLECTION_TYPE_LABELS: Record<string, string> = {
*/
export const SYSTEM_ACCOUNT_NAMES: Record<string, string> = {
'S0000000001': '总部储蓄',
'S0000000002': '运营2',
'S0000000003': '运营1',
'S0000000002': '运营1',
'S0000000003': '运营2',
'S0000000004': '积分股池',
'S0000000005': '分享权益池',
'S0000000006': '手续费归集',