|
@@ -1133,7 +1133,7 @@ class After extends Base
|
|
|
"order_id" => $sav,
|
|
|
"order_status" => $thdata['status'],
|
|
|
"before_status" => 0,
|
|
|
- 'handle_user_list' => implode(',', array_merge($uids,$sale['cgderid'])),
|
|
|
+ 'handle_user_list' => implode(',', array_merge($uids,[$sale['cgderid']])),
|
|
|
]);
|
|
|
}else{
|
|
|
ProcessOrder::AddProcess(['id'=>$this->uid,'nickname'=>$this->uname], [
|