select a.CompanyId,a.CompanyFatherID from wms_clientcompany a where not exists(select * from wms_clientcompany where state=0 and zjsid=1 and CompanyID=a.CompanyFatherID) and a.state=0 and a.zjsid=1 ;
查询同一单位最高货主级别的信息
最新推荐文章于 2025-04-04 01:00:00 发布