server/services/src/main/java/com/doumee/service/business/impl/PricingParamServiceImpl.java
@@ -133,7 +133,7 @@ wrapper.lambda() .eq(PricingParam::getIsdeleted,Constants.ZERO) .eq(PricingParam::getStatus,Constants.ZERO); Integer integer = pricingParamMapper.selectCount(wrapper); long integer = pricingParamMapper.selectCount(wrapper); if (integer <= 1 ){ throw new BusinessException(ResponseStatus.BAD_REQUEST.getCode(),"该定价方案必须配置"); }