技术监督管理调整
This commit is contained in:
@@ -25,7 +25,7 @@ public interface ISupvReportMService extends IMppService<SupvReportM> {
|
|||||||
* @author cdf
|
* @author cdf
|
||||||
* @date 2023/6/26
|
* @date 2023/6/26
|
||||||
*/
|
*/
|
||||||
boolean statisticSuperviseReport(LocalDate timeId);
|
void statisticSuperviseReport(LocalDate timeId);
|
||||||
|
|
||||||
Page<SupvReportM> statisticReportPage(BaseParam baseParam);
|
Page<SupvReportM> statisticReportPage(BaseParam baseParam);
|
||||||
|
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ public class SupvReportMServiceImpl extends MppServiceImpl<SupvReportMMapper, Su
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
@Async("asyncExecutor")
|
@Async("asyncExecutor")
|
||||||
public boolean statisticSuperviseReport(LocalDate timeId) {
|
public void statisticSuperviseReport(LocalDate timeId) {
|
||||||
log.info(LocalDateTime.now()+"_________________________开始执行");
|
log.info(LocalDateTime.now()+"_________________________开始执行");
|
||||||
TimeInterval timeInterval = new TimeInterval();
|
TimeInterval timeInterval = new TimeInterval();
|
||||||
|
|
||||||
@@ -257,7 +257,6 @@ public class SupvReportMServiceImpl extends MppServiceImpl<SupvReportMMapper, Su
|
|||||||
this.saveOrUpdateBatchByMultiId(supvReportMBatch);
|
this.saveOrUpdateBatchByMultiId(supvReportMBatch);
|
||||||
|
|
||||||
log.info(LocalDateTime.now()+"_________________________执行时长:"+timeInterval.interval());
|
log.info(LocalDateTime.now()+"_________________________执行时长:"+timeInterval.interval());
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user