...
|
...
|
@@ -251,7 +251,7 @@ func GetSetOpportunity(roleid int64, companyid int64) (*OptionOpportunity, error |
|
|
log.Error("获取部门失败GetDepartmentById(%d):%s", v.Id, err)
|
|
|
continue
|
|
|
}
|
|
|
if d.DeleteAt.Unix() <= 0 {
|
|
|
if d.DeleteAt.Unix() > 0 {
|
|
|
//部门已被删除
|
|
|
continue
|
|
|
}
|
...
|
...
|
|