|
|
@@ -220,8 +220,7 @@
|
|
|
left join sys_amount_auditing saa on saa.id =his.auditiing_id
|
|
|
left join sys_user su on su.id =his.user_id
|
|
|
WHERE
|
|
|
- his.property !=1
|
|
|
- and his.property !=2
|
|
|
+ his.property in('4','3')
|
|
|
AND his.documentary = '2'
|
|
|
and (ins.del_flag = '1' or o.del_flag IS NULL or o.del_flag = 1)
|
|
|
<if test="beginDate !=null and beginDate != '' and endDate !=null and endDate != '' ">
|