You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
278 B

SELECT
lc.createTime ,
lc.wxMpOpenid openid,
lc.nick ,
lc.mobile ,
lc.realName ,
lcb.name
FROM lpk_customer lc
left join lpk_customer_bank lcb on lcb.sid=lc.customerBankSid
ORDER BY lc.createTime