|
@@ -83,7 +83,7 @@ func CheckUserReportAuthByCompanyAndClassify(companyId, classifyId int) (authOk
|
|
|
{
|
|
|
cond := `en_classify_id = ?`
|
|
|
pars := make([]interface{}, 0)
|
|
|
- pars = append(pars, companyId)
|
|
|
+ pars = append(pars, classifyId)
|
|
|
ob := new(en_classify_permission.EnClassifyPermission)
|
|
|
list, e := ob.GetList(cond, pars)
|
|
|
if e != nil {
|