|
|
|
@ -80,7 +80,7 @@
|
|
|
|
|
AND D.IS_DELETED = 0 |
|
|
|
|
and D.DEFECT_GRADING IS NOT NULL |
|
|
|
|
<if test="createDept != null and createDept.size > 0"> |
|
|
|
|
AND P.CREATE_DEPT in |
|
|
|
|
AND D.CREATE_DEPT in |
|
|
|
|
<foreach collection="createDept" item="item" index="index" open="(" close=")" separator=","> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
@ -96,7 +96,7 @@
|
|
|
|
|
AND D.IS_DEFECT='1' |
|
|
|
|
and D.DEFECT_GRADING IS NOT NULL |
|
|
|
|
<if test="createDept != null and createDept.size > 0"> |
|
|
|
|
AND P.CREATE_DEPT in |
|
|
|
|
AND D.CREATE_DEPT in |
|
|
|
|
<foreach collection="createDept" item="item" index="index" open="(" close=")" separator=","> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
@ -112,7 +112,7 @@
|
|
|
|
|
AND D.IS_DEFECT='1' |
|
|
|
|
and D.DEFECT_GRADING IS NOT NULL |
|
|
|
|
<if test="createDept != null and createDept.size > 0"> |
|
|
|
|
AND P.CREATE_DEPT in |
|
|
|
|
AND D.CREATE_DEPT in |
|
|
|
|
<foreach collection="createDept" item="item" index="index" open="(" close=")" separator=","> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
@ -127,7 +127,7 @@
|
|
|
|
|
AND D.IS_DEFECT='1' |
|
|
|
|
and D.DEFECT_GRADING IS NOT NULL |
|
|
|
|
<if test="createDept != null and createDept.size > 0"> |
|
|
|
|
AND P.CREATE_DEPT in |
|
|
|
|
AND D.CREATE_DEPT in |
|
|
|
|
<foreach collection="createDept" item="item" index="index" open="(" close=")" separator=","> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|