Commit cc5022a8 authored by fangxinjiang's avatar fangxinjiang

权限配置页面

parent 3ccd3fdd
...@@ -569,14 +569,10 @@ ...@@ -569,14 +569,10 @@
a.SOCIAL_HOUSEHOLD_NAME, a.SOCIAL_HOUSEHOLD_NAME,
a.PROVIDENT_HOUSEHOLD_NAME a.PROVIDENT_HOUSEHOLD_NAME
FROM t_dispatch_info a FROM t_dispatch_info a
<if test="tDispatchInfo.authSql != null and tDispatchInfo.authSql.trim() != ''">
left join t_socialfund_house_res p on p.USER_ID = #{tDispatchInfo.createBy}
</if>
<where> <where>
1=1 1=1
<include refid="tDispatchInfo_where"/> <include refid="tDispatchInfo_where"/>
</where> </where>
order by a.CREATE_TIME desc order by a.CREATE_TIME desc
</select> </select>
...@@ -918,9 +914,6 @@ ...@@ -918,9 +914,6 @@
</select> </select>
<sql id="where_getSocialRecordRoster"> <sql id="where_getSocialRecordRoster">
FROM t_dispatch_info a FROM t_dispatch_info a
<if test="tDispatchInfo.authSql != null and tDispatchInfo.authSql.trim() != ''">
left join t_socialfund_house_res p on p.USER_ID = #{tDispatchInfo.createBy}
</if>
left join t_social_info s on a.SOCIAL_ID = s.id left join t_social_info s on a.SOCIAL_ID = s.id
<where> <where>
s.DELETE_FLAG = 0 s.DELETE_FLAG = 0
...@@ -1032,9 +1025,6 @@ ...@@ -1032,9 +1025,6 @@
<sql id="where_getFundRecord"> <sql id="where_getFundRecord">
FROM t_dispatch_info a FROM t_dispatch_info a
<if test="tDispatchInfo.authSql != null and tDispatchInfo.authSql.trim() != ''">
left join t_socialfund_house_res p on p.USER_ID = #{tDispatchInfo.createBy}
</if>
left join t_provident_fund f on a.FUND_ID = f.id left join t_provident_fund f on a.FUND_ID = f.id
<where> <where>
a.DELETE_FLAG = 0 a.DELETE_FLAG = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment