wangchuanjin 1 anno fa
parent
commit
28c6e3d6eb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      service/service.go

+ 1 - 1
service/service.go

@@ -120,7 +120,7 @@ func UsePersonList(this *entmanageapplication.UsePersonListReq) *entmanageapplic
 		LEFT JOIN entniche_department_user f on (a.ent_user_id=f.user_id) 
 		LEFT JOIN entniche_department g on (g.id=f.dept_id) 
 		LEFT JOIN entniche_wait_empower h on (h.id=a.wait_empower_id) 
-		where a.status = 1 and a.ent_id = ? and h.product_type<>'运营商数据定制及分析' and h.end_time >= ? 
+		where a.status = 1 and a.ent_id = ? and h.end_time >= ? 
 		order by a.update_time,a.id desc`, this.EntId, nowTime)
 	arr := []*entmanageapplication.UsePersonList{}
 	if data != nil && len(*data) > 0 {