|
@@ -36,7 +36,7 @@
|
|
</if>
|
|
</if>
|
|
<!-- 已确认-->
|
|
<!-- 已确认-->
|
|
<if test="statusType == 3">
|
|
<if test="statusType == 3">
|
|
- AND (q.status_flag='2' and q.confirm='1')
|
|
|
|
|
|
+ AND q.confirm='1'
|
|
</if>
|
|
</if>
|
|
</if>
|
|
</if>
|
|
<if test="qualityType != null and qualityType != ''">
|
|
<if test="qualityType != null and qualityType != ''">
|
|
@@ -125,7 +125,7 @@
|
|
</if>
|
|
</if>
|
|
<!-- 已确认-->
|
|
<!-- 已确认-->
|
|
<if test="statusType == 3">
|
|
<if test="statusType == 3">
|
|
- AND (q.status_flag='2' and q.confirm='1')
|
|
|
|
|
|
+ AND q.confirm='1'
|
|
</if>
|
|
</if>
|
|
</if>
|
|
</if>
|
|
<if test="qualityType != null and qualityType != ''">
|
|
<if test="qualityType != null and qualityType != ''">
|