bug (住宅租赁基价作价): 注释未测试代码

This commit is contained in:
purple 2020-07-09 12:04:28 +08:00
parent 5ef0853f58
commit cfd960dd3d

View File

@ -198,7 +198,7 @@ public class ArtificialResidenceRentPriceServiceImpl implements IArtificialResid
Integer lastPriceTableRoute = new Integer(String.format("%d%02d", calendar.get(Calendar.YEAR),
calendar.get(Calendar.MONTH) + 1));
pushData(yearMonth, lastYearMonth, lastPriceTableRoute);
// pushData(yearMonth, lastYearMonth, lastPriceTableRoute);
} catch (Exception e) {
log.error("住宅租赁基价人工修正异常", e);
}