@ -253,7 +253,7 @@ public class PointRuleServiceImpl extends BaseServiceImpl<PointRuleDao, PointRul
sb.append(s).append(",");
appendStatus = true;
}
if (appendStatus){
if (appendStatus.equals(false)){
return "";
return sb.substring(NumConstant.ZERO,sb.length() - NumConstant.ONE);