|
@@ -84,7 +84,7 @@ public class TRmBalanceValueServiceImpl extends BaseServiceImpl<TRmBalanceValue,
|
|
|
this.restatData(tRmActItem.getItemid(), clockd, "DAY");
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
if(c.get(Calendar.DAY_OF_MONTH) == 1){
|
|
|
for (TRmActItem tRmActItem : bs) {
|
|
|
if(TimegranidUtils.getTimegranidList(tRmActItem.getMintimegranid()).contains("MONTH")){
|
|
@@ -92,7 +92,7 @@ public class TRmBalanceValueServiceImpl extends BaseServiceImpl<TRmBalanceValue,
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
if(c.get(Calendar.DAY_OF_YEAR) == 1){
|
|
|
for (TRmActItem tRmActItem : bs) {
|
|
|
this.restatData(tRmActItem.getItemid(), clocky, "YEAR");
|