完成账户库管理功能开发与验收

This commit is contained in:
wjj
2026-04-14 10:16:16 +08:00
parent 9c22e8a3ce
commit 1bb24ab0a2
32 changed files with 4825 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
UPDATE ccdi_account_info
SET
account_name = '测试员工A行外卡',
bank = '杭州联合银行城东支行',
update_by = 'system'
WHERE account_no = '622202440000010001';