no message
parent
3297fe8c66
commit
ad558db8d7
|
|
@ -69,7 +69,7 @@ feeName.name
|
||||||
left join fee.feeName
|
left join fee.feeName
|
||||||
left join fee.client
|
left join fee.client
|
||||||
WHERE 1=1
|
WHERE 1=1
|
||||||
and fee.status in('副总提交','总经理审核')
|
and fee.status in('副总提交')
|
||||||
and fee.payOrReceive='应付'
|
and fee.payOrReceive='应付'
|
||||||
and (fee.status not in ('总经理审核') or ( /~ordersAll: {ordersAll} = true~/ ))
|
and (fee.status not in ('总经理审核') or ( /~ordersAll: {ordersAll} = true~/ ))
|
||||||
and (fee.client.id in (select u.organization.id from UserOrganize u where u.user=#{SESSION_USERS})
|
and (fee.client.id in (select u.organization.id from UserOrganize u where u.user=#{SESSION_USERS})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue