|
@@ -41,8 +41,6 @@
|
|
|
|
|
|
<if test="isStop != null ">AND is_stop = #{isStop}</if>
|
|
|
<if test="companyName != null ">AND t2.name like concat('%', #{companyName}, '%')</if>
|
|
|
- <if test="tenantId != null ">AND t1.tenant_id = #{tenantId}</if>
|
|
|
- <if test="isZero != null ">AND t2.is_zero = #{isZero}</if>
|
|
|
<if test="taxType != null and taxType != ''">
|
|
|
AND t2.tax_type = #{taxType}
|
|
|
</if>
|