Compare commits
No commits in common. "0205bedce10f00729f0361bead84a4074ed75b5d" and "e95320be7fe38972e5990788f98682cbe57fcf66" have entirely different histories.
0205bedce1
...
e95320be7f
@ -248,7 +248,7 @@ public class InspectionInfoServiceImpl extends ServiceImpl<InspectionInfoMapper,
|
||||
//根据角色id获取所有用户
|
||||
List<UserDTO> listByUserId = roleService.getListByUserId(roleId);
|
||||
List<Long> ids = listByUserId.stream().map(UserDTO::getId).collect(Collectors.toList());
|
||||
if (ObjectUtil.isNotNull(inspectionInfo.getLeadManId())) {
|
||||
if (ObjectUtil.isNull(inspectionInfo.getLeadManId())) {
|
||||
ids.add(inspectionInfo.getLeadManId());
|
||||
}
|
||||
// 获取当前共单引车员的id
|
||||
|
||||
Loading…
Reference in New Issue
Block a user