Commit b9efc617 by mayunfei

Revert "Revert "人员信息判空""

This reverts commit 455f770e
parent 455f770e
......@@ -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