@@ -162,7 +162,7 @@
</if>
<if test="receiptType != null and receiptType != ''">
<if test="receiptType==2">
- AND (a.receiptType = 2 or a.receiptType = 9)
+ AND (a.receiptType = 9)
<if test="receiptType!=2">
AND a.receiptType = #{receiptType}