Commit 56b56d78 by zhangxingmin

push

parent 762786a5
...@@ -395,6 +395,8 @@ public class ApiExpectedFortuneAsyncService { ...@@ -395,6 +395,8 @@ public class ApiExpectedFortuneAsyncService {
log.setFycLogBizId(RandomStringGenerator.generateBizId16(CommonEnum.UID_TYPE_AGENT_ACCUMULATED_FYC_LOG.getCode())); log.setFycLogBizId(RandomStringGenerator.generateBizId16(CommonEnum.UID_TYPE_AGENT_ACCUMULATED_FYC_LOG.getCode()));
//操作来源枚举-冻结 //操作来源枚举-冻结
log.setSourceType(OprSourceEnum.CALM_TASK_FREEZE.getItemValue()); log.setSourceType(OprSourceEnum.CALM_TASK_FREEZE.getItemValue());
log.setCreateTime(LocalDateTime.now());
log.setUpdateTime(LocalDateTime.now());
return log; return log;
}).collect(Collectors.toList()); }).collect(Collectors.toList());
iAgentAccumulatedFycLogService.saveOrUpdateBatch(saveLogList); iAgentAccumulatedFycLogService.saveOrUpdateBatch(saveLogList);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment