|
@@ -104,6 +104,8 @@ public class AgentServiceImpl extends ServiceImpl<AgentMapper, Agent> implements
|
|
.accountId(param.getAccountId())
|
|
.accountId(param.getAccountId())
|
|
.gameId(param.getGameId())
|
|
.gameId(param.getGameId())
|
|
.userActionSetId(param.getUserActionSetId())
|
|
.userActionSetId(param.getUserActionSetId())
|
|
|
|
+ .reportToken(param.getReportToken())
|
|
|
|
+ .reportUrl(param.getReportUrl())
|
|
.backPolicyId(param.getBackPolicyId())
|
|
.backPolicyId(param.getBackPolicyId())
|
|
.putStatus(param.getPutStatus())
|
|
.putStatus(param.getPutStatus())
|
|
.createTime(LocalDateTime.now())
|
|
.createTime(LocalDateTime.now())
|