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