|
|
|
@@ -197,7 +197,7 @@ public class WxEnergyController extends BaseController { |
|
|
|
if (null == record.getFixedPrice()) { |
|
|
|
return new ResultData(Result.ERROR,"请选择是否是一次性费用"); |
|
|
|
} |
|
|
|
if (StringUtils.isNotBlank(record.getPrice())) { |
|
|
|
if (StringUtils.isBlank(record.getPrice())) { |
|
|
|
return new ResultData(Result.ERROR,"单价不能为空"); |
|
|
|
} |
|
|
|
wxEnergyService.saveOrUpdateFees(record); |
|
|
|
|