yujian
2019-06-25 491f5c8e304f2ad4d26e261f536ae98f1705772b
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/GoodsClassControllerV2.java
@@ -42,7 +42,7 @@
    */
   @RequestMapping(value = "listClass", method = RequestMethod.POST)
   public void listClass(AcceptData acceptData, PrintWriter out) {
      List<GoodsClass> list = goodsClassService.getEffectiveClassCache();
      List<GoodsClass> list =goodsClassService.getEffectiveClassCache();
      if (list == null ) {
         list = new ArrayList<GoodsClass>();
      }