|
|
@@ -179,7 +179,8 @@
|
|
|
select a.id,c.job_number jobNumber,a.name ,d.dept_id deptId ,d.dept_name deptName ,a.record_time createMonth,
|
|
|
b.name projectName,b.admin_name adminName ,a.project_status projectStatus,a.content ,b.project_number projectNumber,
|
|
|
a.pid ,a.aid ,a.examine_id examineId ,a.examine_name examineName ,a.examine_time examineTime,a.record_time recordTime,
|
|
|
- a.annex_url annexUrl,a.create_time createTime,a.process_status processStatus , a.duration
|
|
|
+ a.annex_url annexUrl,a.create_time createTime,a.process_status processStatus , a.duration,a.init_duration initDuration,
|
|
|
+ a.check_duration checkDuration
|
|
|
from project_staff_record a left join project_task b on a.pid=b.id
|
|
|
left join sys_user c on a.aid=c.user_id left join sys_dept d on c.dept_id =d.dept_id
|
|
|
where 1=1
|