src/main/java/com/xcong/excoin/modules/yunding/dao/YdOrderDao.java
@@ -8,8 +8,11 @@ import com.xcong.excoin.modules.yunding.vo.YdOrderVo; import org.apache.ibatis.annotations.Param; import java.util.List; public interface YdOrderDao extends BaseMapper<YdOrderEntity> { IPage<YdOrderVo> getOrderList(Page<YdOrderVo> page, @Param("record") YdOrderEntity ydOrderEntity); List<YdOrderEntity> selectNeedReturnOrders(); }