bug (住宅租赁基价作价): 注释未测试代码
This commit is contained in:
@ -198,7 +198,7 @@ public class ArtificialResidenceRentPriceServiceImpl implements IArtificialResid
|
|||||||
Integer lastPriceTableRoute = new Integer(String.format("%d%02d", calendar.get(Calendar.YEAR),
|
Integer lastPriceTableRoute = new Integer(String.format("%d%02d", calendar.get(Calendar.YEAR),
|
||||||
calendar.get(Calendar.MONTH) + 1));
|
calendar.get(Calendar.MONTH) + 1));
|
||||||
|
|
||||||
pushData(yearMonth, lastYearMonth, lastPriceTableRoute);
|
// pushData(yearMonth, lastYearMonth, lastPriceTableRoute);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("住宅租赁基价人工修正异常", e);
|
log.error("住宅租赁基价人工修正异常", e);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user