Commit 07965522 authored by tianbo's avatar tianbo

feat(patrol): 添加公司业务组织代码设置功能

- 在人员识别切面中增加companyBizOrgCode字段设置
parent 6c6a8bb7
......@@ -70,6 +70,7 @@ public class PersonIdentifyTzsAspect {
//电力默认走公司权限
// if (!logic) {
personIdentity.setBizOrgCode(StringUtils.isEmpty(reginParam.getCompany().getOrgCode()) ? "-1" : reginParam.getCompany().getOrgCode());
personIdentity.setCompanyBizOrgCode(StringUtils.isEmpty(reginParam.getCompany().getOrgCode()) ? "-1" : reginParam.getCompany().getOrgCode());
// }
reginParam.setPersonIdentity(personIdentity);
......
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