|
|
|
@ -397,9 +397,8 @@ |
|
|
|
|
FROM hr_project_management hpm |
|
|
|
|
WHERE systemId = #{systemId} |
|
|
|
|
AND hpm.isdel = 0 |
|
|
|
|
<if test="projectPermissions!=null and projectPermissions!=''">AND hpm.projectPermissions = |
|
|
|
|
#{projectPermissions} |
|
|
|
|
</if> |
|
|
|
|
AND hpm.projectPermissions = #{projectPermissions} |
|
|
|
|
|
|
|
|
|
<if test="searchContant!=null and searchContant!=''">and hpm.projectName like concat('%',#{searchContant},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="startTime!=null and startTime!='' and endTime!=null and endTime != ''">and hpm.creationTime between |
|
|
|
@ -548,10 +547,6 @@ |
|
|
|
|
WHERE t.id = #{id} |
|
|
|
|
AND t.is_del = 0 |
|
|
|
|
AND report.isdel = 0 |
|
|
|
|
AND r.isdel = 0 |
|
|
|
|
AND u.isdel = 0 |
|
|
|
|
AND s.isdel = 0 |
|
|
|
|
AND stu.isdel = 0; |
|
|
|
|
|
|
|
|
|
</select> |
|
|
|
|
|
|
|
|
|