update
This commit is contained in:
@@ -36,6 +36,12 @@
|
|||||||
<if test="experiment.equipmentModel != null and experiment.equipmentModel != ''">
|
<if test="experiment.equipmentModel != null and experiment.equipmentModel != ''">
|
||||||
and d.equipment_model like concat('%', #{experiment.equipmentModel}, '%')
|
and d.equipment_model like concat('%', #{experiment.equipmentModel}, '%')
|
||||||
</if>
|
</if>
|
||||||
|
<if test="experiment.startDate != null and experiment.startDate != ''">
|
||||||
|
and e.start_date like concat('%', #{experiment.startDate}, '%')
|
||||||
|
</if>
|
||||||
|
<if test="experiment.status != null and experiment.status != ''">
|
||||||
|
and e.status like concat('%', #{experiment.status}, '%')
|
||||||
|
</if>
|
||||||
</where>
|
</where>
|
||||||
<if test="loginUser.postText != null and loginUser.postText != ''">
|
<if test="loginUser.postText != null and loginUser.postText != ''">
|
||||||
order by ${loginUser.postText}
|
order by ${loginUser.postText}
|
||||||
|
|||||||
Reference in New Issue
Block a user