|
@@ -46,7 +46,7 @@
|
|
|
and a.user_id = #{userId}
|
|
and a.user_id = #{userId}
|
|
|
and b.gd_sn is null
|
|
and b.gd_sn is null
|
|
|
<if test="posSn != null and posSn != ''">
|
|
<if test="posSn != null and posSn != ''">
|
|
|
- and a.pos_sn like concat('%', #{query.keyword}, '%')
|
|
|
|
|
|
|
+ and a.pos_sn like concat('%', #{posSn}, '%')
|
|
|
</if>
|
|
</if>
|
|
|
</where>
|
|
</where>
|
|
|
</select>
|
|
</select>
|