|
@@ -228,6 +228,16 @@
|
|
|
"orderNumber" like '%${item}%'
|
|
|
</foreach>
|
|
|
</if>
|
|
|
+ <if test="enGatepostName != null">
|
|
|
+ <foreach collection="enGatepostName" item="item" open="(" separator="or" close=")">
|
|
|
+ "enGatepostName" like '%${item}%'
|
|
|
+ </foreach>
|
|
|
+ </if>
|
|
|
+ <if test="outGatepostName != null">
|
|
|
+ <foreach collection="outGatepostName" item="item" open="(" separator="or" close=")">
|
|
|
+ "outGatepostName" like '%${item}%'
|
|
|
+ </foreach>
|
|
|
+ </if>
|
|
|
<if test="capacityNumber != null">
|
|
|
and
|
|
|
<foreach collection="capacityNumber" item="item" open="(" separator="or" close=")">
|