mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-21 09:56:54 +08:00
v1.2.1
This commit is contained in:
@@ -41,7 +41,7 @@ public interface NoticeDao extends BaseMapper<NoticeEntity> {
|
||||
* @param employeeId
|
||||
* @return
|
||||
*/
|
||||
@DataScope(joinSql = "n.create_user_department_id in (#departmentIds)", whereInType = DataScopeWhereInTypeEnum.DEPARTMENT)
|
||||
@DataScope(joinSql = "e.department_id in (#departmentIds)", whereInType = DataScopeWhereInTypeEnum.DEPARTMENT)
|
||||
List<NoticeVO> queryUnreadByPage(Page page, @Param("employeeId") Long employeeId, @Param("sendStatus") Integer sendStatus);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user