首页
开发手册
应用中心
工具
用户中心
日历功能与使用
中文简体
中文简体
上一篇
下一篇
日历功能与使用 数据库语句需要组合关键字段names $t_field = 'a.*,concat_ws(" ",b.first_name,b.middle_name,b.last_name) AS names,b.first_name,b.middle_name,b.last_name'; //字段 模块头部需要定义变量 ```php //工作日历必要数据 $schedule_id = 'asid'; $schedule_title = 'names'; //title 名字需要用concat_ws 组合 $schedule_start_key = 'start_time'; $schedule_end_key = 'end_time'; ```