@@ -85,7 +85,7 @@ public class AgentNewServiceImpl extends ServiceImpl<IAgentNewMapper, AgentNew>
if(agentNew == null){
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;
LambdaUpdateWrapper<AgentNew> wrapper = new LambdaUpdateWrapper<>();