|
@@ -64,7 +64,6 @@ public class KlRuleFacade extends KlRuleServiceImpl {
|
|
|
}
|
|
|
|
|
|
public Boolean clearRuleInfos(KlRuleInfoClearVO klRuleInfoClearVO) {
|
|
|
- klRuleInfoClearVO.setModifier(UserUtils.getCurrentPrincipleID());
|
|
|
RespDTO<Boolean> booleanRespDTO = cdssCoreClient.clearRuleInfoAll(klRuleInfoClearVO);
|
|
|
RespDTOUtil.respNGDeal(booleanRespDTO, "刪除规则详情数据失败");
|
|
|
return booleanRespDTO.data;
|