Duan_xu преди 2 години
родител
ревизия
0414301767
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/resources/mappings/modules/order/CmDiscernReceiptMapper.xml

+ 1 - 1
src/main/resources/mappings/modules/order/CmDiscernReceiptMapper.xml

@@ -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>
                 <if test="receiptType!=2">
                     AND a.receiptType = #{receiptType}