解决sql报错

This commit is contained in:
1378012178@qq.com 2026-01-09 08:59:21 +08:00
parent 77eabd7616
commit a06e0459a9
1 changed files with 2 additions and 2 deletions

View File

@ -251,8 +251,8 @@
p.positioning,
p.positioning_long,
p.tag_name,
p.start_time,
p.end_time,
STR_TO_DATE(CONCAT(DATE_FORMAT(CURDATE(), '%Y-%m-%d'), ' ', p.start_time), '%Y-%m-%d %H:%i:%s') as start_time,
STR_TO_DATE(CONCAT(DATE_FORMAT(CURDATE(), '%Y-%m-%d'), ' ', p.end_time), '%Y-%m-%d %H:%i:%s') as end_time,
p.create_by,
p.create_time,
p.update_by,