Commit 2a358eef authored by fangxinjiang's avatar fangxinjiang

事业部&事业部条线-fxj

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