@@ -28,7 +28,6 @@
LEFT JOIN ins_area_company iac ON iac.orderno = io.orderno
WHERE
iac.orderstatus = '3'
- AND io.orderstatus = '3'
GROUP BY
io.deptid
) b ON b.deptId = sd.id
@@ -2959,7 +2959,6 @@
<where>
ifa.auditstatus = '1'
AND iac.orderstatus = '3'
</where>
DATE_FORMAT( iac.signing_time, '%Y-%m' )