yujian
2020-05-23 28cf328a098334b51a3e9d2d56f983fb8c862211
fanli/src/main/java/com/yeshi/fanli/service/impl/order/CommonOrderGoodsServiceImpl.java
@@ -1,5 +1,7 @@
package com.yeshi.fanli.service.impl.order;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
@@ -45,5 +47,10 @@
   public CommonOrderGoods selectByPrimaryKey(Long id) {
      return commonOrderGoodsMapper.selectByPrimaryKey(id);
   }
   @Override
   public List<CommonOrderGoods> listByByPrimaryKeys(List<Long> idsList) {
      return commonOrderGoodsMapper.listByByPrimaryKeys(idsList);
   }
   
}