Commit 26c8f2ae by yao.xiao

解决冲突

parent 9445c86a
......@@ -1563,7 +1563,7 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
//团队经纪人个数
BigDecimal practitionerNum = BigDecimal.valueOf(aclPractitioners.size());
List<Long> practitionerIds = new ArrayList<>();
if (practitionerIds.isEmpty()){
if (aclPractitioners.isEmpty()){
responseVO.setCommonResult(new CommonResult(true, ZHBErrorConfig.getErrorInfo("800000")));
return responseVO;
}
......
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