医生接诊,时间计算

This commit is contained in:
wucongxing8150 2024-04-15 16:48:33 +08:00
parent 7a2a84cc39
commit 4ea1b5d41a

View File

@ -1888,7 +1888,7 @@ class UserDoctorService extends BaseService
$start_time = date('Y-m-d H:i:s',time()); $start_time = date('Y-m-d H:i:s',time());
// 结束服务时间 // 结束服务时间
$finish_time = date('Y-m-d H:i:s', strtotime('+90 days', $start_time)); $finish_time = date('Y-m-d H:i:s', strtotime('+90 days', strtotime($start_time)));
// 修改服务包 // 修改服务包
$data = array(); $data = array();