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