|
@@ -195,8 +195,8 @@ public class QpQualificationApplyManageController extends BaseController
|
|
|
if(1 == qpQualificationApply.getLeadAuditStatus()){
|
|
if(1 == qpQualificationApply.getLeadAuditStatus()){
|
|
|
//查询登录用户是否有实验中心审核资格
|
|
//查询登录用户是否有实验中心审核资格
|
|
|
QpFlowDetail flowDetail = qpFlowDetailService.selectZgCenterByUserIdIs(sysUser.getUserId());
|
|
QpFlowDetail flowDetail = qpFlowDetailService.selectZgCenterByUserIdIs(sysUser.getUserId());
|
|
|
- if(flowDetail==null){
|
|
|
|
|
- audit=false;
|
|
|
|
|
|
|
+ if(flowDetail!=null){
|
|
|
|
|
+ audit=true;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
map.put("isAdmin",isAdmin);
|
|
map.put("isAdmin",isAdmin);
|