| | |
| | | * @since 2021-04-06 |
| | | */ |
| | | @Service |
| | | @ConfigurationProperties(prefix = "log-aspect") |
| | | public class OrganizationServiceImpl extends ServiceImpl<OrganizationMapper, Organization> implements OrganizationService { |
| | | |
| | | @Autowired |
| | |
| | | |
| | | @Autowired |
| | | MonitorPointService monitorPointService; |
| | | |
| | | Map<String, String> organizationFormMap; |
| | | |
| | | public void setOrganizationFormMap(Map<String, String> organizationFormMap) { |
| | | this.organizationFormMap = organizationFormMap; |
| | | } |
| | | |
| | | /** |
| | | * @Description: 添加客户组织 |
| | |
| | | } |
| | | } |
| | | |
| | | String content = CompareFieldUtils.resultsConvertContent(results, "修改了组织"); |
| | | String content = CompareFieldUtils.resultsConvertContent(results, "修改了组织;组织名称:"+oldOrganization.getName()); |
| | | logUtils.saveOperationForManage(content, Constants.UPDATE_OPERATE_TYPE); |
| | | } |
| | | |