| | |
| | | .setSql("hk_company_path=REPLACE(hk_company_path,'"+ model.getCompanyNamePath()+"','"+newName+"')") |
| | | .likeRight(Company::getCompanyPath,model.getCompanyPath())); |
| | | //下发海康安防平台 |
| | | if(StringUtils.isNotBlank(model.getHkId())){ |
| | | /* if(StringUtils.isNotBlank(model.getHkId())){ |
| | | if(!editHkOrg(company)){ |
| | | throw new BusinessException(ResponseStatus.SERVER_ERROR.getCode(),"对不起,组织同步下发失败,请稍后重试"); |
| | | } |
| | |
| | | if(!addHkOrg(company)){ |
| | | throw new BusinessException(ResponseStatus.SERVER_ERROR.getCode(),"对不起,组织同步下发失败,请稍后重试"); |
| | | } |
| | | } |
| | | }*/ |
| | | |
| | | } |
| | | |