Browse Source

难点赌点不用单独更新dataEndTime

dev_shibei_match
wangchao 4 years ago
parent
commit
2a6bf3cf8e
  1. 2
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/screen/impl/ScreenDifficultyDataServiceImpl.java

2
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/screen/impl/ScreenDifficultyDataServiceImpl.java

@ -66,7 +66,7 @@ public class ScreenDifficultyDataServiceImpl extends BaseServiceImpl<ScreenDiffi
if (!CollectionUtils.isEmpty(imgs)) { if (!CollectionUtils.isEmpty(imgs)) {
baseDao.insertBatchImg(imgs); baseDao.insertBatchImg(imgs);
} }
baseDao.updateTime(customerId, DateUtils.getBeforeNDay(NumConstant.ONE)); //baseDao.updateTime(customerId, DateUtils.getBeforeNDay(NumConstant.ONE));
} }
/** /**

Loading…
Cancel
Save