|
@@ -82,7 +82,7 @@ public class ZwywJclrYcxxServiceImpl implements IZwywJclrYcxxService {
|
|
|
throw new ServiceException("设备编码不能为空");
|
|
|
}
|
|
|
LambdaQueryWrapper<ZwywJclrYcxx> lqw = new LambdaQueryWrapper<ZwywJclrYcxx>().eq(ZwywJclrYcxx::getSbid, zwywJclrYcxx.getSbid())
|
|
|
- .like(ZwywJclrYcxx::getYcsj, zwywJclrYcxx.getYcsj());
|
|
|
+ .like(ZwywJclrYcxx::getYcsj, zwywJclrYcxx.getYcsj()).ne(ZwywJclrYcxx::getZt, "99");
|
|
|
List<ZwywJclrYcxx> res = zwywJclrYcxxMapper.selectList(lqw);
|
|
|
res.forEach(z -> z.setSsqhMc(sysDeptJlMapper.getXzqhNames(z.getSsqh().length() == 6 ? z.getSsqh() + "000000" : z.getSsqh())));
|
|
|
return res;
|