yujian
2019-03-14 1e17fb5664cd21ff1cf4610016bed2f216e885e6
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);
   }
}