yujian
2019-06-26 900c0ff1cf220b47921264748ac1f1e1aa28c6f5
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>();
      }