|
@@ -314,13 +314,13 @@ class Purchin extends Base
|
|
|
$sto = ["order_code"=>$wsm_in_code,"status"=>$status,"action_remark"=>'',"action_type"=>"edit"];
|
|
|
ActionLog::logAdd(['id'=>$this->uid,'nickname'=>$this->uname],$sto,"RKD",$status,$this->post);
|
|
|
if($status==1){
|
|
|
- $uid = Db::name('user_role')
|
|
|
- ->where([
|
|
|
- ['is_del', '=', 0],
|
|
|
- ['roleid', 'in', [31, 41]],
|
|
|
- ['status', '=', 1]
|
|
|
- ])->column('uid');
|
|
|
- $handle_user_list = implode(',', $uid);
|
|
|
+// $uid = Db::name('user_role')
|
|
|
+// ->where([
|
|
|
+// ['is_del', '=', 0],
|
|
|
+// ['roleid', 'in', [31, 41]],
|
|
|
+// ['status', '=', 1]
|
|
|
+// ])->column('uid');
|
|
|
+// $handle_user_list = implode(',', $uid);
|
|
|
}
|
|
|
|
|
|
$process=["order_code"=>$wsm_in_code,"order_id"=>$win,"order_status"=>$status,"order_type"=>'RKD',"before_status"=>$status,'holder_id' => $orin['apply_id'],"handle_user_list"=>$handle_user_list??""];
|