Browse Source

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

anderx 5 years ago
parent
commit
5c2ea28f49

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