退料接收数据重复问题修改
This commit is contained in:
parent
d83d0beb42
commit
9f51c9860d
|
|
@ -59,6 +59,7 @@ public class BackReceiveServiceImpl implements BackReceiveService {
|
|||
List<Long> userIds = backReceiveMapper.getTypeKeeperUser(typeId);
|
||||
if (userIds.contains(userId)){
|
||||
backApplyInfos.add(backApplyInfo);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -69,6 +70,7 @@ public class BackReceiveServiceImpl implements BackReceiveService {
|
|||
List<Long> userIds = backReceiveMapper.getTypeKeeperUser(typeId);
|
||||
if (userIds.contains(userId)){
|
||||
backApplyInfos.add(backApplyInfo);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue