huminmin
13 小时以前 245154258c5d9bc1a62fda78c312409db040f1d8
src/main/resources/mapper/stock/StockUninventoryMapper.xml
@@ -39,6 +39,8 @@
        su.type,
        COALESCE(su.locked_quantity, 0) as locked_quantity,
        su.product_model_id,
        p.id as product_id,
        su.batch_no,
        su.create_time,
        su.update_time,
        su.version,