Commit 4fa2dc05 authored by 王业雄's avatar 王业雄

fix

parent b875f416
......@@ -340,7 +340,8 @@ public class FundProductServiceImpl implements IFundProductService {
}
});
one.setBasicRule(basicRule.substring(0,basicRule.lastIndexOf(" && ")));
if (!StringUtils.isEmpty(ruleList)){
if (!StringUtils.isEmpty(ruleList.toString())){
one.setRuleList(ruleList.substring(0,ruleList.lastIndexOf(",")));
}
one.setAreaRule(JSONObject.toJSONString(areaRuleConcrete));
......
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