fzzy-igdss-core/src/main/java/com/fzzy/igds/timer/JobWarnService.java
@@ -42,8 +42,7 @@ /** * 每天两点执行:还款提醒 */ // @Scheduled(cron = "0 0 2 * * ?") @Scheduled(cron = "0 6 10 * * ?") @Scheduled(cron = "0 0 2 * * ?") public void timer() { doExe(); } @@ -117,8 +116,8 @@ per = sumMoney / backMoney; if (per > 1.2) { log.error("-----当前合同={}下质押仓库={}库存未到待还款的120%,不生成还款提醒工单-----", pledgeContract.getName(), pledgeContract.getDepotNames()); if (per > 1.1) { log.error("-----当前合同={}下质押仓库={}库存未到待还款的110%,不生成还款提醒工单-----", pledgeContract.getName(), pledgeContract.getDepotNames()); continue; }