|
|
@ -103,14 +103,14 @@ public class BusinessAlertServiceImpl implements IBusinessAlertService { |
|
|
|
alert.setDeptId("106"); |
|
|
|
alert.setDeptName("金山街道"); |
|
|
|
} |
|
|
|
if(ObjectUtil.equals("car",alert.getLabelEn())){ |
|
|
|
if(ObjectUtil.equals("车辆",alert.getLabelEn())){ |
|
|
|
alert.setLat("34.22403"); |
|
|
|
alert.setLng("117.13597"); |
|
|
|
|
|
|
|
}else if(ObjectUtil.equals("smoke",alert.getLabelEn())){ |
|
|
|
}else if(ObjectUtil.equals("烟雾",alert.getLabelEn())){ |
|
|
|
alert.setLat("34.22825"); |
|
|
|
alert.setLng("117.14087"); |
|
|
|
}else if(ObjectUtil.equals("rubbish",alert.getLabelEn())){ |
|
|
|
}else if(ObjectUtil.equals("垃圾",alert.getLabelEn())){ |
|
|
|
alert.setLat("34.2264"); |
|
|
|
alert.setLng("117.13919"); |
|
|
|
} |
|
|
|