feat/addSynchronizationData-20240409 #86

Merged
sunchenliang merged 3 commits from feat/addSynchronizationData-20240409 into test 1 year ago

@ -638,10 +638,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
<if test="izApprovalStatus != null ">
${izApprovalStatus.rulesOp}
(

Loading…
Cancel
Save