zss
3 天以前 0b0268ba1ff1b94070e6b50a6d5a502d4e7597f2
src/main/resources/mapper/stock/StockUninventoryMapper.xml
@@ -64,7 +64,7 @@
            and p.product_name like concat('%',#{ew.productName},'%')
        </if>
    </select>
    <select id="listStockInventoryExportData" resultType="com.ruoyi.stock.execl.StockInventoryExportData">
    <select id="listStockInventoryExportData" resultType="com.ruoyi.stock.execl.StockUnInventoryExportData">
        select su.*,
        pm.model,
        pm.unit,