业务逻辑修改以及完善

This commit is contained in:
2026-01-18 17:25:58 +08:00
parent f84f23df55
commit 7240cb74ad
13 changed files with 268 additions and 134 deletions

View File

@@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="roleApplyId != null "> and role_apply_id = #{roleApplyId}</if>
<if test="applyStage != null and applyStage != ''"> and apply_stage = #{applyStage}</if>
</where>
order by create_time ASC
</select>
<select id="selectHotakeRolesApplyOperRecordById" parameterType="Long" resultMap="HotakeRolesApplyOperRecordResult">