Merge branch 'feature/bug-528' into develop
This commit is contained in:
commit
26e7ea8fab
|
|
@ -39,7 +39,7 @@
|
|||
<where>
|
||||
t.state!=4
|
||||
<if test="!request.ticketManager">
|
||||
AND (FIND_IN_SET(#{userId},t.handle)>0 OR fun_inAduit(t.id,#{userId})=1)
|
||||
AND (FIND_IN_SET(#{userId},t.handle)>0 OR fun_inAduit(t.id,#{userId})=1 OR (t.user_platform='admin' AND t.user_id=#{userId}))
|
||||
</if>
|
||||
<if test="request.state!=null">
|
||||
AND t.state=#{request.state}
|
||||
|
|
|
|||
Loading…
Reference in New Issue