liyong
5 天以前 f23bb8ce948f64e22276b3fa5fe6ba37c24dcd06
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,