|
@@ -53,7 +53,7 @@
|
|
<if test="fWarehouseName != null and fWarehouseName != ''">and f_warehouse_name like concat('%',
|
|
<if test="fWarehouseName != null and fWarehouseName != ''">and f_warehouse_name like concat('%',
|
|
#{fWarehouseName}, '%')
|
|
#{fWarehouseName}, '%')
|
|
</if>
|
|
</if>
|
|
- <if test="libraryPositionId != null">and find_in_set(library_position_id,#{libraryPositionId})</if>
|
|
|
|
|
|
+ <if test="libraryPositionId != null">and find_in_set(#{libraryPositionId},library_position_id)</if>
|
|
<if test="libraryPosition != null and libraryPosition != ''">and library_position like concat('%',
|
|
<if test="libraryPosition != null and libraryPosition != ''">and library_position like concat('%',
|
|
#{libraryPosition}, '%')
|
|
#{libraryPosition}, '%')
|
|
</if>
|
|
</if>
|