|
@@ -401,7 +401,8 @@ public class OrganizationEvaluationInfoServiceImpl extends ServiceImpl<Organizat
|
|
|
data.put("editFlag",editFlag);
|
|
|
|
|
|
|
|
|
- //获取用户信息
|
|
|
+
|
|
|
+ //获取用户信息 23031009
|
|
|
boolean deptFlag = false;
|
|
|
MyuserResDTO user = userService.getSysUser(request);
|
|
|
if(null != user){
|
|
@@ -438,6 +439,9 @@ public class OrganizationEvaluationInfoServiceImpl extends ServiceImpl<Organizat
|
|
|
if (!d.getIsShow()) {
|
|
|
continue;
|
|
|
}
|
|
|
+ if(!deptFlag && d.getOptionCode().contains("DF")){
|
|
|
+ continue;
|
|
|
+ }
|
|
|
titlemap.put("key", d.getOptionName());//名称
|
|
|
titlemap.put("code",d.getChildCode()+"_"+d.getOptionCode());//名称
|
|
|
titlemap.put("flag", d.getIsQuantified());//是否量化
|