业务逻辑修改以及完善
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user