瀏覽代碼

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