把直接返回注掉,防止他查不出viewer

This commit is contained in:
CD
2022-12-30 15:41:41 +08:00
parent 0debb90188
commit b167ee2878
@@ -1592,7 +1592,7 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
}
map.put("value", CollectManifestUserTypeEnum.GUEST.getValue());
userTypeList.add(map);
return userTypeList;
//return userTypeList;
}
if (homoList.contains(loginUserName)) {