Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/835e13d88ca9af920a137cd74edbc34e5436cbc8?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
3 additions and
2 deletions
@ -40,8 +40,9 @@ public class TdLeaveServiceImpl implements ITdLeaveService
* @param tdLeave 人 员 离 职
* @param tdLeave 人 员 离 职
* @return 人 员 离 职
* @return 人 员 离 职
* /
* /
@DataScope ( deptAlias = "d" )
@Override
@Override
@DataScope ( userAlias = "u" )
public List < TdLeave > selectTdLeaveList ( TdLeave tdLeave )
public List < TdLeave > selectTdLeaveList ( TdLeave tdLeave )
{
{
return tdLeaveMapper . selectTdLeaveList ( tdLeave ) ;
return tdLeaveMapper . selectTdLeaveList ( tdLeave ) ;
@ -22,7 +22,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</resultMap>
</resultMap>
<sql id= "selectTdLeaveVo" >
<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>
</sql>
<select id= "selectTdLeaveList" parameterType= "TdLeave" resultMap= "TdLeaveResult" >
<select id= "selectTdLeaveList" parameterType= "TdLeave" resultMap= "TdLeaveResult" >
<include refid= "selectTdLeaveVo" />
<include refid= "selectTdLeaveVo" />