修改bug
This commit is contained in:
parent
c18ca842f5
commit
361424d12c
@ -47,7 +47,7 @@
|
|||||||
WHERE FIND_IN_SET(system_user.user_id, a.notify_person)) notify_person_name,
|
WHERE FIND_IN_SET(system_user.user_id, a.notify_person)) notify_person_name,
|
||||||
subsection.subdivision_project_name subsectionName,
|
subsection.subdivision_project_name subsectionName,
|
||||||
subentry.subdivision_project_name subentryName,
|
subentry.subdivision_project_name subentryName,
|
||||||
if(a.change_limit_time <![CDATA[<]]> current_date, 1, 0) overTime
|
if(a.change_limit_time <![CDATA[<]]> now(), 1, 0) overTime
|
||||||
from quality_inspection_record a
|
from quality_inspection_record a
|
||||||
LEFT JOIN enterprise_info b ON a.enterprise_sn = b.enterprise_sn
|
LEFT JOIN enterprise_info b ON a.enterprise_sn = b.enterprise_sn
|
||||||
LEFT JOIN danger_type_record c ON a.danger_type_id = c.id
|
LEFT JOIN danger_type_record c ON a.danger_type_id = c.id
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user