|
@@ -104,7 +104,7 @@ public class RuleAccountThresholdServiceImpl extends ServiceImpl<RuleAccountThre
|
|
|
String threshold = ruleJson.getString("threshold");
|
|
|
RuleAccountThreshold updateThreshold = new RuleAccountThreshold();
|
|
|
if (Check.isNull(threshold)) {
|
|
|
- updateThreshold.setThreshold(null);
|
|
|
+ updateThreshold.setThreshold("");
|
|
|
} else {
|
|
|
updateThreshold.setThreshold(threshold);
|
|
|
}
|