|
@@ -68,7 +68,8 @@ public interface StudentPaymentOrderDao extends BaseDAO<Long, StudentPaymentOrde
|
|
|
* @param status 订单状态
|
|
|
* @return
|
|
|
*/
|
|
|
- List<StudentPaymentOrder> queryByDealStatus(@Param("musicGroupId") String musicGroupId, @Param("type") OrderTypeEnum type,
|
|
|
+ List<StudentPaymentOrder> queryByDealStatus(@Param("musicGroupId") String musicGroupId,
|
|
|
+ @Param("type") OrderTypeEnum type,
|
|
|
@Param("status") DealStatusEnum status);
|
|
|
|
|
|
/**
|
|
@@ -103,4 +104,6 @@ public interface StudentPaymentOrderDao extends BaseDAO<Long, StudentPaymentOrde
|
|
|
* @return
|
|
|
*/
|
|
|
List<StudentPaymentOrder> findOrdersOverTime(@Param("orderNoList") List<String> orderNoList, @Param("status") DealStatusEnum status, @Param("beforeTime") Date beforeTime);
|
|
|
+
|
|
|
+
|
|
|
}
|