|
|
@ -276,6 +276,7 @@ |
|
|
|
|
|
|
|
<resultMap id="itemDetailMap" type="com.elink.esua.epdc.dto.item.result.ItemDetailResultDTO"> |
|
|
|
<result property="id" column="ID"/> |
|
|
|
<result property="userId" column="USER_ID"/> |
|
|
|
<result property="eventId" column="EVENT_ID"/> |
|
|
|
<result property="issueId" column="ISSUE_ID"/> |
|
|
|
<result property="userLike" column="userLike"/> |
|
|
@ -514,6 +515,7 @@ |
|
|
|
<select id="selectOneOfItemDetailForWork" resultMap="itemDetailMap"> |
|
|
|
SELECT |
|
|
|
item.ID, |
|
|
|
item.USER_ID, |
|
|
|
item.NICK_NAME, |
|
|
|
item.DISTRIBUTE_TIME, |
|
|
|
item.MOBILE, |
|
|
|