正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -251,7 +251,7 @@ func GetSetOpportunity(roleid int64, companyid int64) (*OptionOpportunity, error | @@ -251,7 +251,7 @@ func GetSetOpportunity(roleid int64, companyid int64) (*OptionOpportunity, error | ||
| 251 | log.Error("获取部门失败GetDepartmentById(%d):%s", v.Id, err) | 251 | log.Error("获取部门失败GetDepartmentById(%d):%s", v.Id, err) |
| 252 | continue | 252 | continue |
| 253 | } | 253 | } |
| 254 | - if d.DeleteAt.Unix() <= 0 { | 254 | + if d.DeleteAt.Unix() > 0 { |
| 255 | //部门已被删除 | 255 | //部门已被删除 |
| 256 | continue | 256 | continue |
| 257 | } | 257 | } |
-
请 注册 或 登录 后发表评论