| | |
| | | |
| | | // 업체 정보 변경 정보를 기록한다. |
| | | @Override |
| | | @Transactional |
| | | public void detectIssueCompany(IssueHistoryType type, Map<String, Object> param, CompanyFieldForm companyFieldForm, IssueCompany issueCompany, StringBuilder description) { |
| | | Long companyFieldId = 0L; |
| | | Long id = 0L; |
| | |
| | | companyFieldId = issueCompany.getCompanyField().getId(); |
| | | } |
| | | |
| | | if (type == IssueHistoryType.ADD) { //추가 할 경우 |
| | | if (type == IssueHistoryType.ADD && issueCompany.getCompanyField() != null) { //추가 할 경우 |
| | | description.append("<span translate=\"issue.issueCompanyAddHistory\">업체 정보가 추가되었습니다. </span>"); |
| | | description.append("<span class=\"text-primary bold\"> > " + issueCompany.getCompanyField().getName() + "</span>"); |
| | | } else if (type == IssueHistoryType.MODIFY) { //수정 할 경우 |