摘要: SQL语句: SELECT * FROM dbo.PlatformUserOrg A LEFT JOIN dbo.BusinessPlatformAccount B ON A.AppId=B.AppId AND A.OrgCode=B.Account WHERE B.AccountType=0 Li 阅读全文
posted @ 2022-07-09 21:21 智者见智 阅读(68) 评论(0) 推荐(0) 编辑