로딩
요청 처리 중입니다...

The content of element type "resultMap" must match "(constructor?,id*,result*,association*,collection*,discriminator?)".

 The content of element type "resultMap" must match "(constructor?,id*,result*,association*,collection*,discriminator?)".

The content of element type "resultMap" must match "(constructor?,id*,result*,association*,collection*,discriminator?)".

마이바티스 mybatis // collection 사용시 // 위와 같은 문구가 생기는 빨간줄이 생기고 에러가 나온다 // 이상태에서는 빨간줄이 뜬다. <resultMap type="com.pineapple.funding.service.InfomationForPmsMainViewOfCompanyUser" id="InfomationForPmsMainViewOfCompanyUser"> <collection property="comList" ofType="com.pineapple.user.service.Company"> <id property="comCode" column="comCode"/> <result property="comName" column="comName"/> <result property="comNumber" c..........