ERP 플젝/Spring (1) 썸네일형 리스트형 [JPA] uncaught typeerror: cannot read properties of undefined (reading 'cd_v_meaning_type') 에러 특정 rfq_id 클릭시 특정 컬럼(cd_v_meaning_type)에 대한 오류가 발생 1. pgAdmin 들어가 null인지 지정한 타입과 다른지 확인 2. join한 테이블에 해당 데이터가 있는지 확인 po1 테이블에 rfq_no가 없는 경우 해당 페이지에서 오류가 났다. 3. native query 에서 JPA 쿼리로 변경 오류 메시지 : nulljava.lang.illegalargumentexception: cannot create typedquery for query with more than one return using requested result type [패키지명.vo.rfq.rfqinfovo] new DTO!!! (vo는 아님) 쿼리문의 select 부분을 select new DTO.. 이전 1 다음