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