|
@@ -2564,10 +2564,10 @@
|
|
|
<if test="qcResultShortPageVO.casesEntryId != null and qcResultShortPageVO.casesEntryId != ''">
|
|
|
AND d.id = #{qcResultShortPageVO.casesEntryId}
|
|
|
</if>
|
|
|
- <if test="qcResultShortPageVO.isReject != null and qcResultShortPageVO.isReject != ''">
|
|
|
+ <if test="qcResultShortPageVO.isReject != null">
|
|
|
AND c.is_reject = #{qcResultShortPageVO.isReject}
|
|
|
</if>
|
|
|
- <if test="qcResultShortPageVO.ruleType != null and qcResultShortPageVO.ruleType != ''">
|
|
|
+ <if test="qcResultShortPageVO.ruleType != null">
|
|
|
AND d.rule_type = #{qcResultShortPageVO.ruleType}
|
|
|
</if>
|
|
|
) t1
|
|
@@ -2658,10 +2658,10 @@
|
|
|
<if test="qcResultShortPageVO.casesEntryId != null and qcResultShortPageVO.casesEntryId != ''">
|
|
|
AND d.id = #{qcResultShortPageVO.casesEntryId}
|
|
|
</if>
|
|
|
- <if test="qcResultShortPageVO.isReject != null and qcResultShortPageVO.isReject != ''">
|
|
|
+ <if test="qcResultShortPageVO.isReject != null">
|
|
|
AND c.is_reject = #{qcResultShortPageVO.isReject}
|
|
|
</if>
|
|
|
- <if test="qcResultShortPageVO.ruleType != null and qcResultShortPageVO.ruleType != ''">
|
|
|
+ <if test="qcResultShortPageVO.ruleType != null">
|
|
|
AND d.rule_type = #{qcResultShortPageVO.ruleType}
|
|
|
</if>
|
|
|
) t1
|