Commit ae662675 authored by 王业雄's avatar 王业雄

fix

parent 01f6943b
......@@ -4,6 +4,7 @@ import lombok.Data;
import org.hibernate.validator.constraints.NotBlank;
import org.hibernate.validator.constraints.NotEmpty;
import javax.validation.Valid;
import javax.validation.constraints.NotNull;
import java.util.Map;
......
......@@ -287,7 +287,9 @@ public class FundProductServiceImpl implements IFundProductService {
case "name_same":
case "tel_same":
case "tel_no_same":
ruleList.append(productRuleEntity.getId()).append(",");
if ("1".equals(value)){
ruleList.append(productRuleEntity.getId()).append(",");
}
break;
case "area_term":
one.setAreaTerm(Integer.valueOf(value));
......
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