Parcourir la source

修改

Signed-off-by: anderx <312518615@qq.com>
anderx il y a 5 ans
Parent
commit
649b5b10c9

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

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