Browse Source

修改授信管理冻结时间

cuixq 3 years ago
parent
commit
5aafe5f3a5

+ 1 - 1
sc-service/src/main/java/com/huyi/service/creditLine/controller/CreditLineController.java

@@ -715,7 +715,7 @@ public class CreditLineController extends BaseController {
                 //当前时间
                 String currentDate = DateUtils.dateTimeNow("yyyyMMdd");
                 int result = CommonUtil.compare(zfpcrEndDate,currentDate);
-                if (result < 0){
+                if (result <= 0){
                     return AjaxResult.error("此授信已到期,请修改到期时间后解冻");
                 }
             }