yujian
2019-07-02 6367f20b7a8fe23d7a547b83f1e30321b84d09f2
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>();
      }