退料接收数据重复问题修改

This commit is contained in:
liang.chao 2025-03-26 17:01:40 +08:00
parent d83d0beb42
commit 9f51c9860d
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}
}
}