Commit f0aeb45e authored by fangxinjiang's avatar fangxinjiang

项目权限合并入客服-fxj

parent daf4f3d2
......@@ -7948,7 +7948,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
public IPage<TBusinessInsuranceVo> getInsuranceExpireWarnVoPage(Page<TBusinessInsuranceVo> page, InsuranceSearchVo condition) {
YifuUser user = SecurityUtils.getUser();
long roleId = 1851541100126863362L;
long roleId2 = 202505261018111L;
long roleId2 = 1536909784224051202L;
boolean isSsc = this.haveRole(user, roleId);
boolean isProjectManager = this.haveRole(user, roleId2);
if (isSsc) {
......
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