|
|
@ -97,7 +97,7 @@ public interface ProjectManagementMapper { |
|
|
|
@Select({"<script>", |
|
|
|
@Select({"<script>", |
|
|
|
"select * from hr_project_management where enable = 0",//(roleId NOT LIKE '%3%' AND isdel = 0 AND projectPermissions != 0)",
|
|
|
|
"select * from hr_project_management where enable = 0",//(roleId NOT LIKE '%3%' AND isdel = 0 AND projectPermissions != 0)",
|
|
|
|
"<if test='userId==null'>AND isdel = 0 AND projectPermissions != 0</if>", |
|
|
|
"<if test='userId==null'>AND isdel = 0 AND projectPermissions != 0</if>", |
|
|
|
" <if test='userId!=null'>AND ((#{founder} != '14' AND isdel = 0 AND projectPermissions != 0) OR ( isdel = 0 AND projectPermissions != 0 AND userId = #{userId} ))</if>",//教师端,一开始进入项目管理,看见自己创建的和其他人看见的
|
|
|
|
" <if test='userId!=null'>AND (( isdel = 0 AND projectPermissions != 0) OR ( isdel = 0 AND projectPermissions != 0 AND userId = #{userId} ))</if>",//教师端,一开始进入项目管理,看见自己创建的和其他人看见的
|
|
|
|
" <if test='systemId!=null'> and systemId=#{systemId}</if>", |
|
|
|
" <if test='systemId!=null'> and systemId=#{systemId}</if>", |
|
|
|
" <if test='queryName!=null'> and projectName LIKE '%' #{queryName} '%'</if>", |
|
|
|
" <if test='queryName!=null'> and projectName LIKE '%' #{queryName} '%'</if>", |
|
|
|
" ORDER BY creationTime desc", |
|
|
|
" ORDER BY creationTime desc", |
|
|
|