|
@ -104,7 +104,7 @@ |
|
|
AND pt.customer_id = #{customerId} |
|
|
AND pt.customer_id = #{customerId} |
|
|
AND pt.tid = #{publicId} |
|
|
AND pt.tid = #{publicId} |
|
|
AND key_ids = #{keyIds}<!-- 消息更新,详情内容,时间 --> |
|
|
AND key_ids = #{keyIds}<!-- 消息更新,详情内容,时间 --> |
|
|
ORDER BY created_time ASC |
|
|
ORDER BY pt.created_time ASC |
|
|
</select> |
|
|
</select> |
|
|
<select id="selectListByKey" resultType="com.epmet.dto.PersonalTemplateDTO"> |
|
|
<select id="selectListByKey" resultType="com.epmet.dto.PersonalTemplateDTO"> |
|
|
SELECT ID |
|
|
SELECT ID |
|
|