|
@@ -87,7 +87,7 @@ public class TRmBalanceValueServiceImpl extends BaseServiceImpl<TRmBalanceValue,
|
|
|
// 每月前3天生成上月数据
|
|
|
for (TRmActItem tRmActItem : bs) {
|
|
|
if(TimegranidUtils.getTimegranidList(tRmActItem.getMintimegranid()).contains("MONTH")){
|
|
|
- this.restatData(tRmActItem.getItemid(), "2021-10", "MONTH");
|
|
|
+ this.restatData(tRmActItem.getItemid(), clockm, "MONTH");
|
|
|
}
|
|
|
}
|
|
|
// 每年前3天生成去年数据
|