Commit 2b908aed authored by KeYong's avatar KeYong

更新

parent 570a6258
......@@ -1566,9 +1566,9 @@ public class PointController extends AbstractBaseController {
// point.setBizOrgCode(bizOrgCode);
// point.setBizOrgName(bizOrgName);
String bizOrgCode = reginParams.getPersonIdentity().getCompanyBizOrgCode();
String bizOrgName = reginParams.getPersonIdentity().getCompanyName();
point.setBizOrgCode(bizOrgCode);
Integer bizOrgCode = reginParams.getCompany().getCompanyOrgCode();
String bizOrgName = reginParams.getCompany().getCompanyName();
point.setBizOrgCode(String.valueOf(bizOrgCode));
point.setBizOrgName(bizOrgName);
// FeignClientResult userInfo = jcsFeignClient.selectById(point.getChargePersonId());
......
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