admin
2020-05-12 1faf3ab0ba6c17eee48e68e8d0077ea61f45d75d
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);
   }
   
}