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

*)修改规则

parent 80c0258a
......@@ -58,7 +58,7 @@ public class RuleAlertCalledService {
alertCalledRo.setTrappedNum(alertCalled.getTrappedNum() != null ? String.valueOf(alertCalled.getTrappedNum()) : "无");
List<AlertFormValue> alertFormValues = alertCalledVo.getAlertFormValue();
if (ValidationUtil.isEmpty(alertFormValues))
if (!ValidationUtil.isEmpty(alertFormValues))
{
for (AlertFormValue alertFormValue : alertFormValues)
{
......
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