zyy
2025-08-09 d781e961c171199f06c8445e31977a6293791a4b
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>