Commit 4be8a541 authored by suhuiguang's avatar suhuiguang

1.修改不规范注释

parent 56df504e
...@@ -136,7 +136,7 @@ public class InspectionOrgRefreshListener extends EmqxListener { ...@@ -136,7 +136,7 @@ public class InspectionOrgRefreshListener extends EmqxListener {
try { try {
ruleTrigger.publish(inspectionEquipInfo, ruleName + "/" + inspectionEquipInfo.getBizType(), null); ruleTrigger.publish(inspectionEquipInfo, ruleName + "/" + inspectionEquipInfo.getBizType(), null);
} catch (Exception e) { } catch (Exception e) {
log.error("调用规则触发风险模型失败", e); log.error("调用规则触发获取报检规则失败", e);
} }
} }
...@@ -163,7 +163,7 @@ public class InspectionOrgRefreshListener extends EmqxListener { ...@@ -163,7 +163,7 @@ public class InspectionOrgRefreshListener extends EmqxListener {
} }
Rule.ruleClient.fireRule(factBaseModel); Rule.ruleClient.fireRule(factBaseModel);
} catch (Exception e) { } catch (Exception e) {
log.error("调用规则触发风险模型失败", e); log.error("调用规则触发获取报检规则失败", e);
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment