Преглед изворни кода

修改

Signed-off-by: anderx <312518615@qq.com>
anderx пре 5 година
родитељ
комит
649b5b10c9
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>