|
@@ -32,7 +32,7 @@
|
|
|
and t5.deleted = 0 and t5.month = #{month} and t5.year = #{year} and t5.financial_salary_id = t1.id
|
|
|
left join sys_user t6 on t6.user_id = t5.verifier_id
|
|
|
<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="companyName != null ">AND t2.name like concat('%', #{companyName}, '%')</if>
|