yujian
2019-03-20 1e53e5f28c55ece70b28c752fa318e2fd951e643
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);
   }
}