摘要查询不区分大小写
This commit is contained in:
parent
bcffb5b0ac
commit
3f7df406bd
@ -124,7 +124,8 @@ public class CarInfoServiceImpl extends ServiceImpl<CarInfoMapper, CarInfo> impl
|
||||
}
|
||||
addCarInfoForApprovalFlowIf(c);
|
||||
Date now = new Date();
|
||||
Project project = projectMapper.selectOne(new LambdaQueryWrapper<Project>().eq(Project::getSyncHikvision, 1));
|
||||
Project project = projectMapper.selectOne(new LambdaQueryWrapper<Project>().eq(Project::getSyncHikvision, 1)
|
||||
.eq(Project::getProjectSn, c.getProjectSn()));
|
||||
if (project == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user