Commit f31f5eb8 authored by yaobaizheng's avatar yaobaizheng

园区字典开发区新增保存、提交

parent 0d7bdffc
......@@ -283,7 +283,7 @@ public class ParkInfoVO implements Serializable {
* 电价(单位:元/度)
*/
@ApiModelProperty(value = "电价(单位:元/度)")
private BigDecimal electricityPrice;
private String electricityPrice;
/**
* 居民生活用水(单位:元/吨)
......
......@@ -329,8 +329,8 @@ public class ParkInfoServiceImpl extends ServiceImpl<ParkInfoMapper, ParkInfo> i
ParkInfoVO parkInfoVO = new ParkInfoVO();
BeanUtils.copyProperties(parkInfo, parkInfoVO);
parkInfoVO.setIndustrySewagePrice(map.get("工业"));
parkInfoVO.setLifeSewagePrice(map.get("生活级"));
parkInfoVO.setIndustrySewagePrice(map.get("工业污水处理厂"));
parkInfoVO.setLifeSewagePrice(map.get("生活级污水处理厂"));
parkInfoAllVO.setParkInfoVO(parkInfoVO);
} else {
//获取园区基本信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment