@@ -517,6 +517,10 @@ func (this *UserController) List() {
sortCondition = ""
}
+ if sortCondition == "" {
+ sortCondition = " ORDER BY u.valid_end_time ASC"
+
+ }
if sellerIdStr != "" {
sellerIds := strings.Split(sellerIdStr, ",")