|
|
@ -397,7 +397,7 @@ |
|
|
|
FROM hr_project_management hpm |
|
|
|
FROM hr_project_management hpm |
|
|
|
WHERE systemId = #{systemId} |
|
|
|
WHERE systemId = #{systemId} |
|
|
|
AND hpm.isdel = 0 |
|
|
|
AND hpm.isdel = 0 |
|
|
|
<if test="projectPermissions!=null and projectPermissions!=''">AND hpm.projectPer missions = |
|
|
|
<if test="projectPermissions!=null and projectPermissions!=''">AND hpm.projectPermissions = |
|
|
|
#{projectPermissions} |
|
|
|
#{projectPermissions} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="searchContant!=null and searchContant!=''">and hpm.projectName like concat('%',#{searchContant},'%') |
|
|
|
<if test="searchContant!=null and searchContant!=''">and hpm.projectName like concat('%',#{searchContant},'%') |
|
|
|