Просмотр исходного кода

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

anderx лет назад: 2
Родитель
Сommit
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">