|
|
@@ -133,7 +133,7 @@ public class SafetyCheckRuleServiceImpl extends ServiceImplBase<SafetyCheckRuleM
|
|
|
|
|
|
List<SafetyCheckRule> rules = safetyCheckRuleMapper.selectList(new LambdaQueryWrapper<SafetyCheckRule>()
|
|
|
.in(SafetyCheckRule::getOrgId, upOrgIds)
|
|
|
- .eq(SafetyCheckRule::getOrgType, dto.getOrgType())
|
|
|
+ .in(SafetyCheckRule::getOrgType, dto.getOrgType())
|
|
|
.eq(SafetyCheckRule::getStatus, "0")
|
|
|
.select(SafetyCheckRule::getId,SafetyCheckRule::getName)
|
|
|
);
|