Commit 30647ace authored by 周健威's avatar 周健威

修改代码

parent 234a0aa7
...@@ -47,9 +47,6 @@ public class RscpMonitorimageController extends BaseController<RscpMonitorimageB ...@@ -47,9 +47,6 @@ public class RscpMonitorimageController extends BaseController<RscpMonitorimageB
if(dto.getType() == 2216) { if(dto.getType() == 2216) {
rscpMonitorimage.setLegendurl("https://hstandfarm.upyuns.com/legend/火灾风险等级图例.png"); rscpMonitorimage.setLegendurl("https://hstandfarm.upyuns.com/legend/火灾风险等级图例.png");
} }
if(dto.getType() == 2216) {
rscpMonitorimage.setLegendurl("https://hstandfarm.upyuns.com/legend/火灾风险等级图例.png");
}
if(dto.getType() == 2218) { if(dto.getType() == 2218) {
rscpMonitorimage.setLegendurl("https://hstandfarm.upyuns.com/legend/植被覆盖变化图例.png"); rscpMonitorimage.setLegendurl("https://hstandfarm.upyuns.com/legend/植被覆盖变化图例.png");
} }
......
...@@ -33,6 +33,8 @@ public class GaindataLog implements Serializable { ...@@ -33,6 +33,8 @@ public class GaindataLog implements Serializable {
public static final String TYPE_2215 = "2215"; public static final String TYPE_2215 = "2215";
public static final String TYPE_2216 = "2216"; public static final String TYPE_2216 = "2216";
public static final String TYPE_2217 = "2217"; public static final String TYPE_2217 = "2217";
public static final String TYPE_2218 = "2218";
public static final String TYPE_2221 = "2221"; public static final String TYPE_2221 = "2221";
public static final String TYPE_2311 = "2311"; public static final String TYPE_2311 = "2311";
......
...@@ -55,6 +55,8 @@ public class GaindataLogController extends BaseController<GaindataLogBiz,Gaindat ...@@ -55,6 +55,8 @@ public class GaindataLogController extends BaseController<GaindataLogBiz,Gaindat
entity.setContent(StrUtil.format(content, "生产线风险等级分析")); entity.setContent(StrUtil.format(content, "生产线风险等级分析"));
} else if(GaindataLog.TYPE_2217.equals(entity.getType())) { } else if(GaindataLog.TYPE_2217.equals(entity.getType())) {
entity.setContent(StrUtil.format(content, "生产线病虫害监测")); entity.setContent(StrUtil.format(content, "生产线病虫害监测"));
} else if(GaindataLog.TYPE_2218.equals(entity.getType())) {
entity.setContent(StrUtil.format(content, "生产线病虫害监测"));
} else if(GaindataLog.TYPE_2221.equals(entity.getType())) { } else if(GaindataLog.TYPE_2221.equals(entity.getType())) {
entity.setContent(StrUtil.format(content, "生产线切片")); entity.setContent(StrUtil.format(content, "生产线切片"));
} else if(GaindataLog.TYPE_2311.equals(entity.getType())) { } else if(GaindataLog.TYPE_2311.equals(entity.getType())) {
......
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