2026-05-06 dcc8bb8f47544cbad6e6440640dcdaa946086013
src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -84,6 +84,9 @@
        <if test="ew.stockLocation != null and ew.stockLocation != ''">
            and si.stock_location = #{ew.stockLocation}
        </if>
        <if test="ew.model != null and ew.model !=''">
            and pm.model like concat('%',#{ew.model},'%')
        </if>
    </select>
    <select id="listStockInventoryExportData" resultType="com.ruoyi.stock.execl.StockInventoryExportData">
        select si.qualitity,