admin
2018-12-12 43e5d5a8d79cb1e915d904f282482bea394c092a
fanli/src/main/java/com/yeshi/fanli/controller/client/UserGoodsStorageController.java
@@ -93,7 +93,7 @@
         int pageSize = Constant.PAGE_SIZE;
         JSONObject data = new JSONObject();
         JSONArray array = null;
         JSONArray array = new JSONArray();
         long count = userGoodsStorageService.countQueryByUid(uid);
         if (count > 0) {