1
zj
2026-01-21 cb8b57977013a8c264c615d0a4ee10b651a80df7
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