This commit is contained in:
van
2026-06-10 17:09:05 +08:00
parent 1f6625f296
commit e890039dea
3 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
-- 预览:待回填 goods_info 的订单号goods_info_id 为空)
SELECT DISTINCT order_id
FROM order_rows
WHERE goods_info_id IS NULL
AND order_id IS NOT NULL
ORDER BY order_time DESC
LIMIT 100;