Commit 2a358eef authored by fangxinjiang's avatar fangxinjiang

事业部&事业部条线-fxj

parent de316c83
...@@ -315,7 +315,9 @@ public class SysUserPermissionServiceImpl extends ServiceImpl<SysUserPermissionM ...@@ -315,7 +315,9 @@ public class SysUserPermissionServiceImpl extends ServiceImpl<SysUserPermissionM
if (CommonConstants.SIX_STRING.equals(insert.getPermissionType()) || if (CommonConstants.SIX_STRING.equals(insert.getPermissionType()) ||
CommonConstants.SEVEN_STRING.equals(insert.getPermissionType()) || CommonConstants.SEVEN_STRING.equals(insert.getPermissionType()) ||
CommonConstants.TEN_STRING.equals(insert.getPermissionType()) CommonConstants.TEN_STRING.equals(insert.getPermissionType())
|| CommonConstants.TWELVE_STRING.equals(insert.getPermissionType())) { || CommonConstants.TWELVE_STRING.equals(insert.getPermissionType())
|| CommonConstants.THIRTEEN_STRING.equals(insert.getPermissionType())
|| CommonConstants.FOURTEEN_STRING.equals(insert.getPermissionType())) {
flag.append(excel.getName()); flag.append(excel.getName());
} else { } else {
flag.append(excel.getCode()); flag.append(excel.getCode());
......
...@@ -484,13 +484,13 @@ ...@@ -484,13 +484,13 @@
<select id="selectDivitionCount" resultType="java.lang.Integer"> <select id="selectDivitionCount" resultType="java.lang.Integer">
SELECT SELECT
count(1) count(1)
from ekp_shenhepeizhi_table from ekp_shenhepeizhi_table a
where a.fd_shiyebu = #{name} where a.fd_shiyebu = #{name}
</select> </select>
<select id="selectDivitionLineCount" resultType="java.lang.Integer"> <select id="selectDivitionLineCount" resultType="java.lang.Integer">
SELECT SELECT
count(1) count(1)
from ekp_shenhepeizhi_table from ekp_shenhepeizhi_table a
where a.fd_tiaoxian = #{name} where a.fd_tiaoxian = #{name}
</select> </select>
</mapper> </mapper>
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