zyy
2025-08-21 78c5e2e15a7ec384002e8f08ad858a697507e407
src/main/resources/mapper/UserPositionMapper.xml
@@ -384,9 +384,9 @@
      <if test="stockSpell != null and stockSpell != '' ">
        and stock_spell like CONCAT('%','${stockSpell}','%')
      </if>
<!--      <if test="stockType != null and stockType!= ''">-->
<!--        and stock_gid = #{stockType}-->
<!--      </if>-->
      <if test="stockType != null and stockType!= ''">
        and stock_gid = #{stockType}
      </if>
      and position_type != 1
    </where>
    ORDER BY id DESC