updates
This commit is contained in:
parent
273f486487
commit
554e402026
|
|
@ -108,7 +108,7 @@ public class YxSchoolChildController extends JeecgController<YxSchoolChild, IYxS
|
|||
long count = 0;
|
||||
LambdaQueryWrapper<YxSchoolChild> lambdaQueryWrapper = new LambdaQueryWrapper<YxSchoolChild>();
|
||||
if (StringUtils.isNotBlank(yxSchoolChild.getId())) {
|
||||
lambdaQueryWrapper.ne(YxSchoolChild::getSchoolId,yxSchoolChild.getId());
|
||||
lambdaQueryWrapper.ne(YxSchoolChild::getId,yxSchoolChild.getId());
|
||||
}
|
||||
lambdaQueryWrapper.eq(YxSchoolChild::getSchoolName, yxSchoolChild.getSchoolName());
|
||||
count = yxSchoolChildService.count(lambdaQueryWrapper);
|
||||
|
|
|
|||
Loading…
Reference in New Issue