commit
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ public class ClubInfoManageController {
|
||||
cnd.and("c.id", "in", stid);
|
||||
}
|
||||
|
||||
cnd.asc("state").desc("create_time");
|
||||
cnd.asc("c.code * 1").asc("state").desc("create_time");
|
||||
sql.setCondition(cnd);
|
||||
Pagination pagination = baseService.listPageMap(pageForm.getPageNumber(), pageForm.getPageSize(), sql);
|
||||
return pagination;
|
||||
|
||||
Reference in New Issue
Block a user