Merge branch 'cc_20250521_fix' into 'master'

Cc 20250521 fix

See merge request hangzhou/java/custom_zxjp!92
This commit is contained in:
苏竹红
2025-05-21 09:47:06 +00:00
10 changed files with 47 additions and 145 deletions

View File

@@ -258,6 +258,7 @@ public enum ErrorCodeEnum {
BANK_EXIST(151007,"当前银行已存在,请直接选择!",null),
EXPORT_LIMIT_5000(151008,"导出数据不能超过5000条请增加筛选条件减少导出数量",null),
REGION_INTERSECTION_IS_NULL(151011,"所选所属大区/分公司,不在所选集团下",null),
CHECK_PAYER_ERROR(151012,"缴费人必须是签约人,请重新填写!",null),
;