|
|
|
@ -560,7 +560,9 @@
|
|
|
|
|
uf.TASKNAME as TASKNAMEHIS,
|
|
|
|
|
uf.STATSHIS,
|
|
|
|
|
uf.TASKINDEX,
|
|
|
|
|
uf.TASKNO
|
|
|
|
|
uf.TASKNO,
|
|
|
|
|
op.field6 as fromCustomerLevel,
|
|
|
|
|
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
|
|
|
|
@ -573,7 +575,9 @@
|
|
|
|
|
uf.TASKNAME as TASKNAMEHIS,
|
|
|
|
|
uf.STATSHIS,
|
|
|
|
|
uf.TASKINDEX,
|
|
|
|
|
uf.TASKNO
|
|
|
|
|
uf.TASKNO,
|
|
|
|
|
op.field6 as fromCustomerLevel,
|
|
|
|
|
op.releaseArea as fromCity
|
|
|
|
|
from ocr_taskchild_picture tc,
|
|
|
|
|
OA_USERAPPROVE_T uf,
|
|
|
|
|
ocr_picture op
|
|
|
|
|