yujian
2020-05-09 7e7db2fa55a9a3af46d4fd8ede0dee147f101d64
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);
   }
   
}