wangfeng %!s(int64=4) %!d(string=hai) anos
pai
achega
0eca1f9802

+ 0 - 1
cdssman-service/src/main/java/com/diagbot/facade/KlRuleFacade.java

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