商品后台接口统一字段

This commit is contained in:
2024-12-12 09:00:51 +08:00
parent 956fc602a7
commit 7466b3dc06
60 changed files with 79625 additions and 1 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