..
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ public class OpinionSummaryController {
|
|||||||
|
|
||||||
if (!AuthUtil.hasRoleOr(RoleConstant.SYSADMIN.name(), RoleConstant.SCHOOL_SECRETARY.name(), RoleConstant.SCHOOL_HEADMASTER.name())) {
|
if (!AuthUtil.hasRoleOr(RoleConstant.SYSADMIN.name(), RoleConstant.SCHOOL_SECRETARY.name(), RoleConstant.SCHOOL_HEADMASTER.name())) {
|
||||||
// 其他校领导看自己单位
|
// 其他校领导看自己单位
|
||||||
cnd.and("u.unit", "=", SecurityUtil.getUnitId());
|
cnd.and("u.unitId", "=", SecurityUtil.getUnitId());
|
||||||
}
|
}
|
||||||
|
|
||||||
OpinionSearchParam.buildSearch(cnd, pageForm);
|
OpinionSearchParam.buildSearch(cnd, pageForm);
|
||||||
|
|||||||
Reference in New Issue
Block a user