|
@@ -1,6 +1,7 @@
|
|
package com.fdkankan.agent.service.impl;
|
|
package com.fdkankan.agent.service.impl;
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
|
|
|
|
|
|
+import com.baomidou.mybatisplus.annotation.TableField;
|
|
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
|
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
|
import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper;
|
|
import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper;
|
|
import com.fdkankan.agent.entity.AgentNew;
|
|
import com.fdkankan.agent.entity.AgentNew;
|
|
@@ -58,6 +59,7 @@ public class AgentNewServiceImpl extends ServiceImpl<IAgentNewMapper, AgentNew>
|
|
if(count == null || count <=0){
|
|
if(count == null || count <=0){
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
+ totalTime = totalTime == null ? 1: totalTime;
|
|
AgentNewLog agentNewLog = new AgentNewLog();
|
|
AgentNewLog agentNewLog = new AgentNewLog();
|
|
agentNewLog.setAgentId(agentNewVo.getId());
|
|
agentNewLog.setAgentId(agentNewVo.getId());
|
|
agentNewLog.setUserId(userId);
|
|
agentNewLog.setUserId(userId);
|