|
|
@@ -432,7 +432,7 @@ func (this *OrganizesController) GetOrgList() {
|
|
|
var user userRole.Base_User
|
|
|
svc.GetEntityById(this.User.Id, &user)
|
|
|
ids := svc.GetAllChildById("0")
|
|
|
- where := " Id in ( " + ids + " ) and AccCode='s5OVE'"
|
|
|
+ where := " Id in ( " + ids + " )"
|
|
|
|
|
|
list := make([]organize.Base_Organize, 0)
|
|
|
svc.GetEntities(&list, where)
|