edit_bill_img img mode overide bill_ck_img
This commit is contained in:
@@ -1335,7 +1335,7 @@ class Orders extends HD_Controller
|
||||
$re_data_id = $this->receiver_order_datas_model->add(['c_time'=>time(),'o_id'=>$id]);
|
||||
}else{
|
||||
$re_data_id = $re_data['id'];
|
||||
$bill_ck_img = json_decode($re_data['bill_ck_img'],true);
|
||||
#$bill_ck_img = json_decode($re_data['bill_ck_img'],true); # 2022-12-07 都改成覆盖
|
||||
}
|
||||
|
||||
if(strpos($file,'.pdf') !== false){
|
||||
|
||||
Reference in New Issue
Block a user