新增审核记录接口

This commit is contained in:
liang.chao 2025-02-20 09:42:01 +08:00
parent 1019a0e6d7
commit d1b369bd3b
1 changed files with 1 additions and 2 deletions

View File

@ -817,7 +817,7 @@
and user_id=#{userId}
</select>
<select id="checkHistory" resultType="com.bonus.flowable.entity.CheckComment">
SELECT
SELECT DISTINCT
sd.dept_name as section,
su.nick_name as name,
pcpr.audit_time as time,
@ -842,7 +842,6 @@
WHERE
pcp.task_id = #{taskId}
AND pcp.type = 1
AND pcpr.type = 1
</select>
</mapper>