|
@@ -482,7 +482,7 @@ public class AlarmConditionServiceImpl extends ServiceImpl<AlarmConditionMapper,
|
|
return validate(displayFormula.toString(), infoCodes);
|
|
return validate(displayFormula.toString(), infoCodes);
|
|
}
|
|
}
|
|
|
|
|
|
- return ResultHelper.failure(ResponseCode.C0134.getCode(), "公式不合法");
|
|
|
|
|
|
+ return ResultHelper.success();
|
|
}
|
|
}
|
|
|
|
|
|
public static boolean isNumeric(String str) {
|
|
public static boolean isNumeric(String str) {
|