|
@@ -570,7 +570,7 @@ public class JianYanJianChaShenQingService {
|
|
|
cuoWuXinXi.append(baoCunCuoWuXinXi(finalI, "项目已停用:【" + itemInfo.getName() + "】"));
|
|
|
}
|
|
|
|
|
|
- if (itemInfo.getLimitTimes() != null) {
|
|
|
+ if (itemInfo.getLimitTimes() != null && itemInfo.getLimitTimes() > 0) {
|
|
|
Integer merge = itemCount.merge(item.getOrderCode(), 1, Integer::sum);
|
|
|
if (merge > itemInfo.getLimitTimes()) {
|
|
|
item.setChargeFee(BigDecimal.ZERO);
|