ソースを参照

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>