|
|
|
|
@ -81,7 +81,7 @@ |
|
|
|
|
AND item.CONDITION LIKE '%' || #{q.cycleTestItemCondition} || '%' |
|
|
|
|
</if> |
|
|
|
|
<if test="q.cycleTestStandardName != null and q.cycleTestStandardName != ''"> |
|
|
|
|
AND std.NAME = '%' || #{q.cycleTestStandardName} || '%' |
|
|
|
|
AND std.NAME LIKE '%' || #{q.cycleTestStandardName} || '%' |
|
|
|
|
</if> |
|
|
|
|
<if test="q.processUserId != null"> |
|
|
|
|
AND t.PROCESS_USER_ID = #{q.processUserId} |
|
|
|
|
@ -118,7 +118,7 @@ |
|
|
|
|
AND item.CONDITION LIKE '%' || #{q.cycleTestItemCondition} || '%' |
|
|
|
|
</if> |
|
|
|
|
<if test="q.cycleTestStandardName != null and q.cycleTestStandardName != ''"> |
|
|
|
|
AND std.NAME = '%' || #{q.cycleTestStandardName} || '%' |
|
|
|
|
AND std.NAME LIKE '%' || #{q.cycleTestStandardName} || '%' |
|
|
|
|
</if> |
|
|
|
|
<if test="q.processUserId != null"> |
|
|
|
|
AND t.PROCESS_USER_ID = #{q.processUserId} |
|
|
|
|
|