|
@@ -795,7 +795,7 @@ class UserOrder extends Model
|
|
}
|
|
}
|
|
/** 已付款的 */
|
|
/** 已付款的 */
|
|
public function scopeHasPayed(Query $query){
|
|
public function scopeHasPayed(Query $query){
|
|
- $query->where('user_order.status','>',self::STATUS_WAIT_PAY);
|
|
|
|
|
|
+ $query->whereNotNull('pay_time');
|
|
}
|
|
}
|
|
|
|
|
|
/** trashed */
|
|
/** trashed */
|