diff --git a/infintech-executors/executor-collection-dispatcher/src/main/java/com/infincash/cron/collection/CronCollectionServiceImpl.java b/infintech-executors/executor-collection-dispatcher/src/main/java/com/infincash/cron/collection/CronCollectionServiceImpl.java index 5b67b0ce..64c6f56e 100644 --- a/infintech-executors/executor-collection-dispatcher/src/main/java/com/infincash/cron/collection/CronCollectionServiceImpl.java +++ b/infintech-executors/executor-collection-dispatcher/src/main/java/com/infincash/cron/collection/CronCollectionServiceImpl.java @@ -40,7 +40,7 @@ public class CronCollectionServiceImpl implements CronCollectionService Short sBadDebtLimit = bList.get(bList.size()-1).getLeftClosedInterval(); // 坏账的逾期天数 long badDebtLimit = Long.valueOf(sBadDebtLimit.toString()); - badDebtLimit = 1 * (badDebtLimit - 1L); + badDebtLimit = -1 * (badDebtLimit - 1L); XxlJobLogger.log("\n\n>> badDebtLimit: "+badDebtLimit); String badDebtDay = getDateAfter(badDebtLimit); List rList = collectionMapper.queryAll(badDebtDay);