huminmin
6 天以前 189fe18f9aaabc39cc4bb4cc00f531bc43fe152e
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,