fix: 修改任务审批列表

feat/addSynchronizationData-20240409^2
sunchenliang 1 year ago
parent 6edc53605a
commit 1ee8c6ec57

@ -651,10 +651,11 @@
op.releaseArea as fromCity
from ocr_taskchild_picture tc
LEFT JOIN OA_USERAPPROVE_T uf ON tc.ID = uf.ID
left join ocr_picture op on tc.PICTUREID = op.ID and op.suspiciousfile = 0
left join ocr_picture op on tc.PICTUREID = op.ID
where tc.ASSIGNEE = #{searchassignee}
and tc.TENANTID = #{searchtenantid}
and tc.STATES = 2
and op.suspiciousfile = 0
UNION
select tc.*,
uf.COMMENTHIS,

Loading…
Cancel
Save