Signed-off-by: anderx <312518615@qq.com>
@@ -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}