Pārlūkot izejas kodu

Merge branch 'cygx/cygx_need_935' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai 11 mēneši atpakaļ
vecāks
revīzija
afe52b74cf
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      controllers/cygx/user_admin_share_history.go

+ 2 - 2
controllers/cygx/user_admin_share_history.go

@@ -55,8 +55,8 @@ func (this *UserAdminShareHistoryController) OrderList() {
 	startSize = utils.StartIndex(currentIndex, pageSize)
 	var condition string
 	var pars []interface{}
-
-	if startDate != "" && endDate != "" { //时间范围
+	condition += ` AND  company_id !=  16 ` // 过滤弘则
+	if startDate != "" && endDate != "" {   //时间范围
 		startDate += " 00:00:00"
 		endDate += " 23:59:59"
 		condition += ` 	AND create_time  BETWEEN ?   AND  ? `