🐞 fix(充值): 修复首充翻倍显示消失的问题
This commit is contained in:
@@ -108,7 +108,7 @@ export default class UserOrder extends BaseModel {
|
||||
|
||||
//查询订单详情
|
||||
public static async findOrderByActivityID(activityId: number, roleId: string,) {
|
||||
let result: UserOrderModelType[] = await UserOrderModel.find({ activityId, roleId }).lean(true);
|
||||
let result: UserOrderModelType[] = await UserOrderModel.find({ activityId, roleId, state: ORDER_STATE.RESULT_SUCCESS }).lean(true);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user