Commit 4be025d2 authored by chenzhao's avatar chenzhao

修改bug

parent ca5713f3
......@@ -176,6 +176,9 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto, AlertCal
if (data.equals("alertType") || data.equals("alertSource") || data.equals("alarmType")) {
data = data + "Code";
}
if (data.equals("alertStatusStr")){
data = "alert_status";
}
}
/*2407 【web】日常值班>警情记录>接警记录,表头排序功能失效 chenzhao 09-28 end*/
String lift =split!=null?split[1]:null;
......
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