Browse Source

Merge branch 'crm/crm_15.4.1' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai 8 tháng trước cách đây
mục cha
commit
1ada310d32
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      controllers/cygx/enter_score.go

+ 1 - 0
controllers/cygx/enter_score.go

@@ -616,6 +616,7 @@ func (this *EnterScoreController) EnterScoreList() {
 		br.ErrMsg = "获取失败,Err:" + err.Error()
 		return
 	}
+	condition += ` ORDER BY enter_score_id DESC  `
 	list, err := cygx.GetCygxEnterScoreList(condition, pars, startSize, pageSize)
 	if err != nil {
 		br.Msg = "获取失败"