|
|
@@ -89,6 +89,7 @@
|
|
|
bs.electronic_tag like concat('%', #{searchValue}, '%')
|
|
|
or bs.air_number like concat('%', #{searchValue}, '%')
|
|
|
or bs.user_name like concat('%', #{searchValue}, '%')
|
|
|
+ or bs.air_name like concat('%', #{searchValue}, '%')
|
|
|
)
|
|
|
</if>
|
|
|
<if test="storageStatus != null ">and storage_status = #{storageStatus}</if>
|