gongchunyi
4 天以前 2d1e904f3049218474318cb1e2fe5c3a3869cfb0
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,