feat:离职

new-exam
wangxy 5 months ago
parent ca1a44f21d
commit 835e13d88c

@ -40,8 +40,9 @@ public class TdLeaveServiceImpl implements ITdLeaveService
* @param tdLeave
* @return
*/
@DataScope(deptAlias = "d")
@Override
@DataScope(userAlias="u")
public List<TdLeave> selectTdLeaveList(TdLeave tdLeave)
{
return tdLeaveMapper.selectTdLeaveList(tdLeave);

@ -22,7 +22,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</resultMap>
<sql id="selectTdLeaveVo">
select u.id, u.user_id, u.user_name, u.country, u.areaname, u.leavereason, u.depart, u.leavedate, u.workstate, u.leavestate, u.examinename, u.examinedate, u.examinestate,dept_id from td_leave u
select id, user_id, user_name, country, areaname, leavereason, depart, leavedate, workstate, leavestate, examinename, examinedate, examinestate,dept_id from td_leave d
</sql>
<select id="selectTdLeaveList" parameterType="TdLeave" resultMap="TdLeaveResult">
<include refid="selectTdLeaveVo"/>

Loading…
Cancel
Save