添加字段,并修改上传省厅供热站名称

This commit is contained in:
yangjun 2025-11-06 10:18:55 +08:00
parent 1d09db3c8b
commit 806ea7d39c
2 changed files with 2 additions and 1 deletions

View File

@ -131,6 +131,7 @@ public class Heatanalysis extends JeecgEntity {
private String view046; // 流量因子
private String view047; // 热量因子
private Integer isExtract;//是否抽取 0否 1是
private String isHidden;//是否显示 0显示 1不显示
/**地区类型*/
@Excel(name = "地区类型", width = 15, orderNum="0")
private java.lang.String regionType;

View File

@ -108,7 +108,7 @@ public class HeatingReportJob implements Job {
HeatName = "磐石宏城供热站";
}else if("22423003001".equals(sim)){
CompanyName = "磐石市隆昌物业管理有限公司";
HeatName = "磐石隆昌物业供热站";
HeatName = "磐石隆昌供热站";
}else if("22423003000".equals(sim)){
CompanyName = "磐石市琉森供热管理有限公司";
HeatName = "磐石琉森供热站";