소스 검색

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>