网点配货单导出到一张表

This commit is contained in:
liupopo
2024-01-29 17:39:47 +08:00
parent bd799ec123
commit f7cf26dcb7
5 changed files with 75 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
SELECT
oo.payTime ,
oo.meet ,
oo.openId Openid,
lc.nick ,
lc.mobile
FROM ord_order oo
LEFT JOIN lpk_customer lc ON lc.sid=oo.userSid
WHERE oo.payStatus=4
ORDER BY oo.payTime