admin
2019-03-12 efba42a325e1cf71c1d0f7a6ac46a0141c23443a
fanli/src/main/java/com/yeshi/fanli/service/impl/goods/GoodsSubClassServiceImpl.java
@@ -292,4 +292,9 @@
      }
      goodsSubClassService.updateByPrimaryKeySelective(record);
   }
   @Override
   public List<GoodsSubClass> queryByListCid(List<Long> list){
      return goodsSubClassMapper.queryByListCid(list);
   }
}