|
@@ -20,6 +20,7 @@
|
|
left join biz_tenant t3 on t3.id = t1.tenant_id
|
|
left join biz_tenant t3 on t3.id = t1.tenant_id
|
|
<trim prefix=" WHERE" suffix="" suffixOverrides="AND">
|
|
<trim prefix=" WHERE" suffix="" suffixOverrides="AND">
|
|
t1.deleted = 0
|
|
t1.deleted = 0
|
|
|
|
+ and t1.is_stop = 0
|
|
<if test="isStop != null ">AND is_stop = #{isStop}</if>
|
|
<if test="isStop != null ">AND is_stop = #{isStop}</if>
|
|
<if test="companyName != null ">AND t2.name like concat('%', #{companyName}, '%')</if>
|
|
<if test="companyName != null ">AND t2.name like concat('%', #{companyName}, '%')</if>
|
|
<if test="taxType != null and taxType != ''">
|
|
<if test="taxType != null and taxType != ''">
|