解决pad矩阵不回显

This commit is contained in:
1378012178@qq.com 2026-03-31 10:06:29 +08:00
parent a3bf3a2a49
commit 5241bb87dd
1 changed files with 1 additions and 4 deletions

View File

@ -282,13 +282,10 @@
p.positioning, p.positioning,
p.positioning_long, p.positioning_long,
p.tag_name, p.tag_name,
p.start_time, STR_TO_DATE(CONCAT(CURDATE(), ' ', p.start_time), '%Y-%m-%d %H:%i') AS start_time,
DATE_FORMAT(
DATE_ADD( DATE_ADD(
STR_TO_DATE(CONCAT(CURDATE(), ' ', p.start_time), '%Y-%m-%d %H:%i'), STR_TO_DATE(CONCAT(CURDATE(), ' ', p.start_time), '%Y-%m-%d %H:%i'),
INTERVAL CAST(directive.service_duration AS UNSIGNED) MINUTE INTERVAL CAST(directive.service_duration AS UNSIGNED) MINUTE
),
'%H:%i'
) AS end_time, ) AS end_time,
p.create_by, p.create_by,
p.create_time, p.create_time,