|
@@ -101,7 +101,7 @@ class MoneyBuy extends Model {
|
|
|
}
|
|
}
|
|
|
if($set_status == -1){//无效注单
|
|
if($set_status == -1){//无效注单
|
|
|
$moneyBuySpxWhere[] = ['status','>',1];
|
|
$moneyBuySpxWhere[] = ['status','>',1];
|
|
|
- $moneyBuySpxWhere[] = ['roll_ratify','=',-1];
|
|
|
|
|
|
|
+ // $moneyBuySpxWhere[] = ['roll_ratify','=',-1];
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//===end===
|
|
//===end===
|