|
|
@@ -645,7 +645,7 @@ func (this *OilCorporateInfoController) OrgLoginList() {
|
|
|
svc := organize.GetOrganizeService(utils.DBE)
|
|
|
var org []organize.Base_Organize
|
|
|
//where := "Category='unit' and ParentId in (100000128,100000176) and Id not in (100000159,100000166)"
|
|
|
- //00097005,100000061 直属机构 二级单位
|
|
|
+ //00097005,00097006 直属机构 二级单位
|
|
|
//00265439,50081902,50073840 土地公路管理部 矿区服务事业部 矿区服务事业部
|
|
|
where := "Category='unit' and OuterPhone in (00097005,00097006) and Code not in (00265439,50081902,50073840)"
|
|
|
svc.GetEntities(&org, where)
|