Explorar el Código

收付款查询修复

huangzhiguo hace 2 años
padre
commit
2b8cc6d6da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/resources/mappings/modules/order/OrderMapper.xml

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

@@ -704,7 +704,7 @@
                 </foreach>
             </if>
             <if test="receiptStatus != null and receiptStatus!= ''">
-                AND receiptStatus = #{receiptStatus}
+                AND co.receiptStatus = #{receiptStatus}
             </if>
             <if test="refundType !=null and refundType != ''">
                 <if test="refundType == 1 or refundType == 2">