Commit ca68f31c authored by 郭武斌's avatar 郭武斌

*)修改规则对象判空

parent 8869ce87
......@@ -59,6 +59,8 @@ public class RuleAlertCalledService {
alertCalledRo.setUnitInvolved(alertCalled.getUnitInvolved());
List<AlertFormValue> alertFormValues = alertCalledVo.getAlertFormValue();
if (ValidationUtil.isEmpty(alertFormValues))
{
for (AlertFormValue alertFormValue : alertFormValues)
{
if (alertFormValue.getFieldCode().equals("alertSubmittedId"))
......@@ -91,6 +93,7 @@ public class RuleAlertCalledService {
//专机保障
}
}
//触发规则
ruleTrigger.publish(alertCalledRo, "西咸机场119接处警规则/alertCalledRule", new String[0]);
......
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