Commit 17c6ec8d by mayunfei

人员信息判空

parent fa3f7b82
......@@ -4663,6 +4663,7 @@ public class ZczlController {
,@RequestParam(value = "rows", defaultValue = "0") int rows){
//拿到登录用户
User user = zczlService.getUserByIdCard(identitycard);
if(user != null){
EasyUIPage easyUIPage = new EasyUIPage();
easyUIPage.setPage(page);
easyUIPage.setPagePara(rows);
......@@ -5058,6 +5059,9 @@ public class ZczlController {
resultMapHtml.put("rows", jeMapList);
return resultMapHtml;
}else{
return 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