Merge pull request 'feat/addSynchronizationData-20240409' (#86) from feat/addSynchronizationData-20240409 into test

Reviewed-on: #86
pull/92/head
sunchenliang 1 year ago
commit 1b6a1211c7

@ -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