|
@@ -29,7 +29,7 @@
|
|
left join sys_user t6 on t6.user_id = t5.verifier_id
|
|
left join sys_user t6 on t6.user_id = t5.verifier_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 != ''">
|