xingzai 1 rok pred
rodič
commit
b7e60efcf4

+ 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  ? `