瀏覽代碼

Merge remote-tracking branch 'origin/developer' into developerD

huangzhiguo 2 年之前
父節點
當前提交
2ca3a7ad5b
共有 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">