Commit 2381c24b authored by xixinzhao's avatar xixinzhao

bug修改

parent 91fd9661
...@@ -233,11 +233,11 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto, AlertCal ...@@ -233,11 +233,11 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto, AlertCal
} }
if (split[1] != null && split[1].equals("ascend") ){ if (split[1] != null && split[1].equals("ascend") ){
split[1] = "ASC"; split[1] = "ASC";
}else (split[1] != null && split[1].equals("descend") ) { }else if (split[1] != null && split[1].equals("descend") ) {
split[1] = "DESC"; split[1] = "DESC";
} }
} }
}
String data = split != null ? RedisKey.humpToLine(split[0]) : null; String data = split != null ? RedisKey.humpToLine(split[0]) : null;
/* 2407 【web】日常值班>警情记录>接警记录,表头排序功能失效 chenzhao 09-28 end */ /* 2407 【web】日常值班>警情记录>接警记录,表头排序功能失效 chenzhao 09-28 end */
......
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