Ver código fonte

添加收款方

Duan_xu 2 anos atrás
pai
commit
0414301767

+ 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}