Forráskód Böngészése

Merge branch 'dev/2.9.38_fu' of jianyu/ent_new into feature/v2.9.38

fuwencai 1 éve
szülő
commit
be47a66944
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      entniche_new/src/service/customer/entiy.go

+ 1 - 1
entniche_new/src/service/customer/entiy.go

@@ -123,7 +123,7 @@ func (this *CustomerOperation) CList(searchCode string, isCliam int64, entUserId
 			customerMap[qutil.ObjToString(value["name"])] = value["customer_id"]
 		}
 	}
-	clist, ok := MQFW.Find(fc, query, `{"date":-1}`, `{"name":1,"date":1}`, false, 0, countLimit)
+	clist, ok := MQFW.Find(fc, query, `{"date":-1}`, `{"name":1,"date":1,"unread":1,"updatetime":1}`, false, 0, countLimit)
 	if ok && clist != nil && len(*clist) > 0 {
 		count = len(*clist)
 		for _, v := range *clist {