|
@@ -307,7 +307,7 @@ public class RuleTemplateServiceImpl extends ServiceImpl<RuleTemplateMapper, Rul
|
|
accountThresholdQueryWrapper.eq("rule_id", ruleId);
|
|
accountThresholdQueryWrapper.eq("rule_id", ruleId);
|
|
RuleAccountThreshold threshold = accountThresholdService.getOne(accountThresholdQueryWrapper);
|
|
RuleAccountThreshold threshold = accountThresholdService.getOne(accountThresholdQueryWrapper);
|
|
if (!Check.isNull(threshold)) {
|
|
if (!Check.isNull(threshold)) {
|
|
- String value = threshold.getThreshoId();
|
|
|
|
|
|
+ String value = threshold.getThreshold();
|
|
if (!Check.isNull(value)) {
|
|
if (!Check.isNull(value)) {
|
|
if (value.contains("[") && value.contains("]")) {
|
|
if (value.contains("[") && value.contains("]")) {
|
|
ruleJson.put("threshold", JSONArray.parseArray(value));
|
|
ruleJson.put("threshold", JSONArray.parseArray(value));
|