|
@@ -123,7 +123,7 @@ func (this *CustomerOperation) CList(searchCode string, isCliam int64, entUserId
|
|
|
- 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)
|