zyy
2025-08-09 59dfc42a6cce131e63a637fc7a5afc6b1bbd27ac
src/main/resources/mapper/StockMapper.xml
@@ -282,7 +282,7 @@
        and stock_type = #{stockType}
      </if>
      <if test="stockGid != null and stockGid != '' ">
        and stock_gid = #{stockGid}
        and stock_type = #{stockGid}
      </if>
    </where>
  </select>