1
zj
2024-08-29 2a13fc3d05c012766eb677cb0486e6dcf9ed1bf2
src/main/resources/mapper/UserPositionMapper.xml
@@ -454,9 +454,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>
    </where>