增加缴费金额校验

This commit is contained in:
shuo.wang
2025-06-05 15:48:23 +08:00
parent 3233e773f2
commit dadba55852
2 changed files with 17 additions and 0 deletions

View File

@@ -272,6 +272,7 @@ public enum ErrorCodeEnum {
DELETE_ERROR(1511025,"删除信息失败",null),
RECEIPT_NOT_EXIST(1511026,"收款单不存在或已被删除",null),
XGJ_COLLECTION_STATUS_COMPLETE(1511027,"新管家收费状态已完成,请确认!",null),
PAY_AMOUNT_ERROR(1511028,"缴费金额不能大于未缴金额",null),
;