|
@@ -579,7 +579,7 @@ public class ITopInstSettleServiceImpl extends ServiceImpl<TopInstSettleMapper,
|
|
|
item.setCheckTime(checkLogTwo.getCheckTime());
|
|
|
}
|
|
|
}
|
|
|
- if (CollectionUtils.isNotEmpty(roleListTwo)){
|
|
|
+ if (CollectionUtils.isNotEmpty(roleListTwo) && checkLog.getCheckStatus() != 2){
|
|
|
List<Long> collect = roleListTwo.stream().map(TopSysUserRole::getRoleId).collect(Collectors.toList());
|
|
|
if (CollectionUtils.isNotEmpty(collect) && collect.contains(checkLog.getRoleId())){
|
|
|
item.setCheckStatus(7);
|