huangzhiguo 2 лет назад
Родитель
Сommit
2b8cc6d6da
1 измененных файлов с 1 добавлено и 1 удалено
  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">