Commit 61fcfc4f authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-admin-api]: region表只支持id,没有add_time

parent 9d3aca59
......@@ -44,7 +44,7 @@ public class AdminRegionController {
String name, Integer code,
@RequestParam(defaultValue = "1") Integer page,
@RequestParam(defaultValue = "10") Integer limit,
@Sort @RequestParam(defaultValue = "add_time") String sort,
@Sort (accepts={"id"}) @RequestParam(defaultValue = "id") String sort,
@Order @RequestParam(defaultValue = "desc") String order){
if(adminId == null){
return ResponseUtil.unlogin();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment