소스 검색

Merge branch 'test' of jishutao/kede-server into prod

anderx 2 년 전
부모
커밋
4dad77d0ea
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/java/com/goafanti/common/mapper/TOrderInvoiceMapper.xml

+ 2 - 2
src/main/java/com/goafanti/common/mapper/TOrderInvoiceMapper.xml

@@ -383,7 +383,7 @@
 	<if test="type !=null">
 	and a.`type`= #{type,jdbcType=INTEGER}
 	</if>
-    <if test="type == 1">
+    <if test="status == 1">
       and a.status=1
     </if>
 
@@ -433,7 +433,7 @@
 	<if test="type !=null">
 	and a.`type`= #{type,jdbcType=INTEGER}
 	</if>
-    <if test="type == 1">
+    <if test="status == 1">
       and a.status=1
     </if>
 	<if test="orderNo !=null">