yujian
2019-09-03 a0922ef92c75806e55db610a905de3e0d73e7806
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/GoodsClassControllerV2.java
@@ -141,8 +141,8 @@
      List<TaoBaoGoodsBrief> updateGoodsList = new ArrayList<>();
      // 精选库数据为空时,网络进行查询
      if (listQuery == null || listQuery.size() == 0) {
      // 精选库数据小于10时,网络进行查询
      if (listQuery == null || listQuery.size() < 10) {
         long count = qualityGoodsService.countQueryClassId(gcid);
         int totalPage = (int) (count % pageSize == 0 ? count / pageSize : count / pageSize + 1);
         page = page - totalPage;