فهرست منبع

添加收款方

Duan_xu 3 سال پیش
والد
کامیت
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}