Update AdminController.java

This commit is contained in:
hellohao
2019-06-17 03:32:55 +08:00
committed by GitHub
parent c8091d51b3
commit c577ba8980
@@ -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();
}