[修改] 流程重复发起问题
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
<if test="roleName !='' and roleName !=null">
|
||||
and t3.NAME like "%"#{roleName}"%"
|
||||
</if>
|
||||
ORDER BY t1.UPDATE_TIME DESC)tt
|
||||
GROUP BY t1.USID
|
||||
ORDER BY t1.UPDATE_TIME DESC
|
||||
)tt
|
||||
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user