- PortalUser-테이블명 대소문자 수정
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled

- Credential-EqualsAndHashCode 어노테이션 추가
- 사업제휴신청 메시지 수정 및 파일 null 검사 추가
This commit is contained in:
Rinjae-gf63
2026-06-18 16:28:20 +09:00
parent a974065fef
commit c959549b99
2 changed files with 3 additions and 1 deletions
@@ -16,6 +16,7 @@ import javax.persistence.JoinTable;
import javax.persistence.ManyToMany;
import javax.persistence.Table;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NonNull;
import org.hibernate.annotations.Comment;
import org.hibernate.annotations.LazyCollection;
@@ -23,6 +24,7 @@ import org.hibernate.annotations.LazyCollectionOption;
import org.springframework.data.annotation.LastModifiedBy;
import org.springframework.data.annotation.LastModifiedDate;
@EqualsAndHashCode(callSuper = false)
@Entity
@Data
@Table(name = "ptl_credential")
@@ -22,7 +22,7 @@ import java.time.LocalDateTime;
@EqualsAndHashCode(onlyExplicitlyIncluded = true, callSuper = true)
@Entity
@Table(name = "ptl_user")
@Table(name = "PTL_USER")
public class PortalUser extends Auditable implements Serializable, com.eactive.eai.data.Data {
private static final long serialVersionUID = 1L;