|
|
@@ -203,7 +203,7 @@
|
|
|
</update>
|
|
|
|
|
|
<select id="selectList" resultType="com.ruoyi.project.bo.ProjectStaffRecordOut">
|
|
|
- select a.id,c.job_number jobNumber,a.name ,d.dept_id deptId ,d.dept_name deptName ,c.record_time createMonth,
|
|
|
+ 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
|