Change-Id: Iad71859961f09675dbc1dd71368c2ae2e6ccd7a9
This commit is contained in:
vguanyiwgd 2024-08-02 11:09:29 +08:00
parent ab96c64aef
commit 8bc9b56c1c
1 changed files with 2 additions and 0 deletions

View File

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