Explorar o código

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

zhangchuanxing hai 2 días
pai
achega
847a68cd4d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/cygx/morning_meeting_review.go

+ 1 - 1
controllers/cygx/morning_meeting_review.go

@@ -90,7 +90,7 @@ func (this *MorningMeetingController) List() {
 		return
 	}
 
-	condition += ` ORDER BY publish_time DESC  `
+	condition += ` ORDER BY meeting_time DESC ,id DESC  `
 	resp := new(cygx.CygxMorningMeetingReviewsList)
 	list, err := cygx.GetCygxMorningMeetingReviewsList(condition, pars, startSize, pageSize)
 	if err != nil {