[修改] 流程重复发起问题

This commit is contained in:
bupengxiang
2023-05-11 17:42:21 +08:00
parent 8d5456d53c
commit 0062d75e59
33 changed files with 65 additions and 16 deletions
@@ -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>