Commit db549d57 authored by 廖旭伟's avatar 廖旭伟

单事项预审admin账号可以看所有数据

parent 47125fee
...@@ -103,11 +103,11 @@ public class MatterHtmlParseUtil { ...@@ -103,11 +103,11 @@ public class MatterHtmlParseUtil {
continue; continue;
} }
///////手动添加begin//// ///////手动添加begin////
UrlBuilder builder = UrlBuilder.ofHttp(href, CharsetUtil.CHARSET_UTF_8); // UrlBuilder builder = UrlBuilder.ofHttp(href, CharsetUtil.CHARSET_UTF_8);
String itemCode = builder.getQuery().get("itemCode").toString(); // String itemCode = builder.getQuery().get("itemCode").toString();
if(!itemCode.equals("511A0026000015-510900000000-000-008490825-1-00")){ // if(!itemCode.equals("511A0026000015-510900000000-000-008490825-1-00")){
continue; // continue;
} // }
///////end//// ///////end////
//抓取申请与评价页面地址 //抓取申请与评价页面地址
Element nextElementSibling = element.nextElementSibling(); Element nextElementSibling = element.nextElementSibling();
......
...@@ -136,7 +136,7 @@ public class MatterApplyServiceImpl extends AbstractCRUDServiceImpl<MatterApplyD ...@@ -136,7 +136,7 @@ public class MatterApplyServiceImpl extends AbstractCRUDServiceImpl<MatterApplyD
} }
if( context!=null && context.getUser()!=null){ if( context!=null && context.getUser()!=null){
String loginName = context.getUser().getLoginName(); String loginName = context.getUser().getLoginName();
if(loginName.equals("renlin")) { if(loginName.equals("admin")) {
params.setDeptCode(null); params.setDeptCode(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