新增审核记录接口
This commit is contained in:
parent
1019a0e6d7
commit
d1b369bd3b
|
|
@ -817,7 +817,7 @@
|
||||||
and user_id=#{userId}
|
and user_id=#{userId}
|
||||||
</select>
|
</select>
|
||||||
<select id="checkHistory" resultType="com.bonus.flowable.entity.CheckComment">
|
<select id="checkHistory" resultType="com.bonus.flowable.entity.CheckComment">
|
||||||
SELECT
|
SELECT DISTINCT
|
||||||
sd.dept_name as section,
|
sd.dept_name as section,
|
||||||
su.nick_name as name,
|
su.nick_name as name,
|
||||||
pcpr.audit_time as time,
|
pcpr.audit_time as time,
|
||||||
|
|
@ -842,7 +842,6 @@
|
||||||
WHERE
|
WHERE
|
||||||
pcp.task_id = #{taskId}
|
pcp.task_id = #{taskId}
|
||||||
AND pcp.type = 1
|
AND pcp.type = 1
|
||||||
AND pcpr.type = 1
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue