## 定时任务判断是否调用成功方式修改;
This commit is contained in:
parent
877760c003
commit
45541cdfa6
|
@ -97,7 +97,7 @@ public class MemberJob {
|
|||
String startDateStr = (DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD, endDate));
|
||||
//删除前6天的数据
|
||||
R<Boolean> delstatis = iCuBonusVertexStatisServiceApi.delStatis(startDateStr, endDateStr);
|
||||
if (delstatis.getData()) {
|
||||
if (delstatis.isSuccess()) {
|
||||
//重算前6天的数据
|
||||
R<Boolean> statis = iCuBonusVertexStatisServiceApi.anewStatisHistoryBonus(startDateStr, endDateStr);
|
||||
if (!statis.getData()) {
|
||||
|
|
Loading…
Reference in New Issue