소스 검색

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">