zyy
2025-08-09 59dfc42a6cce131e63a637fc7a5afc6b1bbd27ac
类型筛选
1 files modified
2 ■■■ changed files
src/main/resources/mapper/StockMapper.xml 2 ●●● patch | view | raw | blame | history
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>