Change-Id: I615fb63145c56470f70cfe2568f1ebaa6fd58654
This commit is contained in:
ui_none 2024-08-05 17:23:42 +08:00
commit 0203d52a5e
2 changed files with 3 additions and 1 deletions

View File

@ -1716,7 +1716,7 @@ where
// 韶关小岛 判断订单转让
$ol->show_transfer = 0; // 转让按钮
$ol->order_transfer_name = null;
if($this->user->company_id == 58 || $this->user->company_id == 17){
if($this->user->company_id == 58 || $this->user->company_id == 17 || $this->user->company_id == 55 ){
// 获取该订单是否已被转让
$order_transfer_info = $this->db->query("select * from tb_meal_transfer where oid='{$ol->id}' and status>='0'")->row_array();
$order_rule = $this->Mealtransfer_model->get_order_rule_info($ol->date_id);

View File

@ -289,6 +289,8 @@ class Meal extends CI_Controller{
$s = array();
$s['text'] = $info['notes'];
$field['notes'] = json_encode($s);
}else{
$field['notes'] = '';
}
if($info['end_time_type'] == 2){
$arr = explode(':',$info['end_time']);