解决pad矩阵不回显
This commit is contained in:
parent
a3bf3a2a49
commit
5241bb87dd
|
|
@ -282,13 +282,10 @@
|
|||
p.positioning,
|
||||
p.positioning_long,
|
||||
p.tag_name,
|
||||
p.start_time,
|
||||
DATE_FORMAT(
|
||||
STR_TO_DATE(CONCAT(CURDATE(), ' ', p.start_time), '%Y-%m-%d %H:%i') AS start_time,
|
||||
DATE_ADD(
|
||||
STR_TO_DATE(CONCAT(CURDATE(), ' ', p.start_time), '%Y-%m-%d %H:%i'),
|
||||
INTERVAL CAST(directive.service_duration AS UNSIGNED) MINUTE
|
||||
),
|
||||
'%H:%i'
|
||||
) AS end_time,
|
||||
p.create_by,
|
||||
p.create_time,
|
||||
|
|
|
|||
Loading…
Reference in New Issue