|
@@ -160,7 +160,7 @@ public class FinancePaymentRechargeApplicationController {
|
|
|
if (Check.isNull(application)) {
|
|
|
return Result.error("未找到对应实体");
|
|
|
}
|
|
|
- if ("1".equals(application.getAuditStatus()) || "2.".equals(application.getAuditStatus())) {
|
|
|
+ if ("1".equals(application.getAuditStatus()) || "2".equals(application.getAuditStatus())) {
|
|
|
financePaymentRechargeApplicationService.removeById(id);
|
|
|
rechargeAccountService.delByRechargeId(Long.valueOf(id));
|
|
|
} else {
|