@@ -31,7 +31,7 @@
a.filed_no,
a.confirm_filed_no,
a.filed_remarks,
- b.ID_ as proc_ins_id,
+ a.proc_ins_id,
a.process_definition_id,
a.status,
a.filed_type,
@@ -39,7 +39,6 @@
FROM
work_contract_info a
LEFT JOIN sys_user c ON a.create_by = c.id
- LEFT JOIN act_ru_task b ON a.proc_ins_id = b.PROC_INST_ID_
${ew.customSqlSegment}
ORDER BY a.update_date DESC
</select>