guntaek
08-07
240807 김건택 unit, photo, photoMng SQL 수정
@36bd4719e654793db3cdd11062233bcffb79ba5b
--- src/main/resources/mybatis/mapper/lms/photo-SQL.xml
+++ src/main/resources/mybatis/mapper/lms/photo-SQL.xml
... | ... | @@ -18,7 +18,7 @@ |
18 | 18 |
작 성 일 : 2024.07.25 |
19 | 19 |
내 용 : 사진 목록 출력 |
20 | 20 |
--> |
21 |
- <select id="photoList" parameterType="PhotoVO" resultType="com.takensoft.ai_lms.lms.photo.vo.PhotoVO"> |
|
21 |
+ <select id="photoList" parameterType="PhotoVO" resultMap="photoMap"> |
|
22 | 22 |
SELECT photo_id |
23 | 23 |
, photo_mng_id |
24 | 24 |
, photo_dt |
--- src/main/resources/mybatis/mapper/lms/photoMng-SQL.xml
+++ src/main/resources/mybatis/mapper/lms/photoMng-SQL.xml
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 |
작 성 일 : 2024.07.25 |
14 | 14 |
내 용 : 사진첩 목록 출력 |
15 | 15 |
--> |
16 |
- <select id="photoMngList" resultType="com.takensoft.ai_lms.lms.photo.vo.PhotoMngVO"> |
|
16 |
+ <select id="photoMngList" resultMap="photoMngMap"> |
|
17 | 17 |
SELECT photo_mng_id |
18 | 18 |
, scls_id |
19 | 19 |
FROM photo_manage |
--- src/main/resources/mybatis/mapper/lms/unit-SQL.xml
+++ src/main/resources/mybatis/mapper/lms/unit-SQL.xml
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 |
작 성 일 : 2024.07.25 |
14 | 14 |
내 용 : 단원 목록 출력 |
15 | 15 |
--> |
16 |
- <select id="unitList" parameterType="UnitVO" resultType="com.takensoft.ai_lms.lms.unit.vo.UnitVO"> |
|
16 |
+ <select id="unitList" parameterType="UnitVO" resultMap="unitMap"> |
|
17 | 17 |
SELECT unit_id |
18 | 18 |
, book_id |
19 | 19 |
, unit_nm |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?