admin
2019-03-15 a8e45a802600ca1cde28fe8522a26635328bbd99
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);
   }
}