mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
Update AdminController.java
This commit is contained in:
@@ -281,7 +281,7 @@ public class AdminController {
|
||||
}
|
||||
jsonObject.put("val", v);
|
||||
jsonObject.put("usercount", imgService.countimg(u.getId()));
|
||||
jsonObject.put("count", imgService.counts(null) + 1000);
|
||||
jsonObject.put("count", imgService.counts(null));
|
||||
|
||||
return jsonObject.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user