|
@@ -123,12 +123,12 @@
|
|
|
AND m.magnet_name like concat('%', #{wxMagnet.magnetName}, '%')
|
|
|
</if>
|
|
|
<if test="wxMagnet.visible != null and wxMagnet.visible != ''">
|
|
|
- AND m.visible = #{visible}
|
|
|
+ AND m.visible = #{wxMagnet.visible}
|
|
|
</if>
|
|
|
<if test="wxMagnet.magnetSize != null and wxMagnet.magnetSize != ''">
|
|
|
AND m.magnetSize = #{wxMagnet.magnet_size}
|
|
|
</if>
|
|
|
- ${params.dataScope}
|
|
|
+ ${wxMagnet.params.dataScope}
|
|
|
</where>
|
|
|
order by m.order_num
|
|
|
</select>
|