Browse Source

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

anderx 2 years ago
parent
commit
4dad77d0ea
1 changed files with 2 additions and 2 deletions
  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">