|
@@ -85,7 +85,7 @@ public class AgentNewServiceImpl extends ServiceImpl<IAgentNewMapper, AgentNew>
|
|
if(agentNew == null){
|
|
if(agentNew == null){
|
|
throw new BusinessException(ResultCode.AGENT_NEW_EMPTY);
|
|
throw new BusinessException(ResultCode.AGENT_NEW_EMPTY);
|
|
}
|
|
}
|
|
- if(param.getDownAddNum() <=0 || param.getMajorAddNum() <=0 || param.getHighAddNum() <=0 ){
|
|
|
|
|
|
+ if(param.getDownAddNum() <=0 && param.getMajorAddNum() <=0 && param.getHighAddNum() <=0 ){
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
LambdaUpdateWrapper<AgentNew> wrapper = new LambdaUpdateWrapper<>();
|
|
LambdaUpdateWrapper<AgentNew> wrapper = new LambdaUpdateWrapper<>();
|