yujian
2020-04-26 ee1d39f11b9483b64a88029f1755a6e7166fea15
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);
   }
   
}