瀏覽代碼

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

anderx 5 年之前
父節點
當前提交
5c2ea28f49
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/java/com/goafanti/common/mapper/TOrderOutsourceMapper.xml

+ 3 - 0
src/main/java/com/goafanti/common/mapper/TOrderOutsourceMapper.xml

@@ -450,6 +450,9 @@
 	  <if test="orderNo != null">
 	  and  order_no =  #{orderNo}
 	  </if>
+	  <if test="tid == null">
+	  and type=0
+	  </if>
 	  <if test="tid != null">
 	  and tid =  #{tid}
 	  </if>