This commit is contained in:
杜建超 2020-12-14 18:48:18 +08:00
parent 91fe46fdcc
commit 1563b63aa8

View File

@ -143,7 +143,7 @@
</update>
<select id="selectTaskProcessRecordLastByTaskId" resultType="com.lz.modules.performance.dto.TaskProcessRecordDto">
select gmt_create,remark,label,type from lz_task_process_record where task_id=#{taskId} and is_delete = 0
select gmt_create,remark,label,type,use_type,task_id,detail_id,staff_id,at_staff_ids,at_staff_names from lz_task_process_record where task_id=#{taskId} and is_delete = 0
order by id desc limit 1
</select>