|
|
|
@ -30,10 +30,10 @@
|
|
|
|
|
AND train_record_id = #{param.trainRecordId} |
|
|
|
|
</if> |
|
|
|
|
<if test="param.testName != null and param.testName != ''"> |
|
|
|
|
AND test_name like concat('%', #{param.testName}, '%)' |
|
|
|
|
AND test_name like concat('%', #{param.testName}, '%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.unit != null and param.unit != ''"> |
|
|
|
|
AND test_name like concat('%', #{param.unit}, '%)' |
|
|
|
|
AND test_name like concat('%', #{param.unit}, '%') |
|
|
|
|
</if> |
|
|
|
|
ORDER BY |
|
|
|
|
create_time DESC |
|
|
|
|