update===>:修改代码路径。
This commit is contained in:
parent
31be3272bd
commit
9619439cd8
@ -4,9 +4,9 @@ import com.alibaba.fastjson2.JSONObject;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
import com.xinelu.manage.dto.chatrecord.ChatRecordDTO;
|
||||
import com.xinelu.manage.dto.chatrecord.MessageSearchDto;
|
||||
import com.xinelu.manage.service.chatrecord.chatRecord.IChatRecordService;
|
||||
import com.xinelu.manage.service.chatrecord.IChatRecordService;
|
||||
import com.xinelu.manage.service.messagepush.MessagePushService;
|
||||
import com.xinelu.manage.vo.chatrecord.chatrecord.MessageVo;
|
||||
import com.xinelu.manage.vo.chatrecord.MessageVo;
|
||||
import com.xinelu.common.core.controller.BaseController;
|
||||
import com.xinelu.common.core.domain.R;
|
||||
import com.xinelu.common.exception.ServiceException;
|
||||
|
||||
@ -2,8 +2,8 @@ package com.xinelu.applet.controller.chatrecord;
|
||||
|
||||
import com.xinelu.manage.dto.chatrecord.ChatRecordDTO;
|
||||
import com.xinelu.manage.dto.chatrecord.MessageSearchDto;
|
||||
import com.xinelu.manage.service.chatrecord.chatRecord.IChatRecordService;
|
||||
import com.xinelu.manage.vo.chatrecord.chatrecord.MessageCenterVo;
|
||||
import com.xinelu.manage.service.chatrecord.IChatRecordService;
|
||||
import com.xinelu.manage.vo.chatrecord.MessageCenterVo;
|
||||
import com.xinelu.common.constant.Constants;
|
||||
import com.xinelu.common.core.controller.BaseController;
|
||||
import com.xinelu.common.core.domain.AjaxResult;
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
package com.xinelu.manage.mapper.chatrecord.chatrecord;
|
||||
package com.xinelu.manage.mapper.chatrecord;
|
||||
|
||||
import com.xinelu.manage.domain.chatRecord.ChatRecord;
|
||||
import com.xinelu.manage.dto.chatrecord.MarkReadDto;
|
||||
import com.xinelu.manage.dto.chatrecord.MessageSearchDto;
|
||||
import com.xinelu.manage.vo.chatrecord.chatrecord.MessageCenterVo;
|
||||
import com.xinelu.manage.vo.chatrecord.chatrecord.MessageVo;
|
||||
import com.xinelu.manage.vo.chatrecord.MessageCenterVo;
|
||||
import com.xinelu.manage.vo.chatrecord.MessageVo;
|
||||
import java.util.List;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package com.xinelu.manage.service.chatrecord.chatRecord;
|
||||
package com.xinelu.manage.service.chatrecord;
|
||||
|
||||
import com.github.pagehelper.PageInfo;
|
||||
import com.xinelu.common.core.domain.AjaxResult;
|
||||
@ -6,8 +6,8 @@ import com.xinelu.common.exception.file.InvalidExtensionException;
|
||||
import com.xinelu.manage.domain.chatRecord.ChatRecord;
|
||||
import com.xinelu.manage.dto.chatrecord.ChatRecordDTO;
|
||||
import com.xinelu.manage.dto.chatrecord.MessageSearchDto;
|
||||
import com.xinelu.manage.vo.chatrecord.chatrecord.MessageCenterVo;
|
||||
import com.xinelu.manage.vo.chatrecord.chatrecord.MessageVo;
|
||||
import com.xinelu.manage.vo.chatrecord.MessageCenterVo;
|
||||
import com.xinelu.manage.vo.chatrecord.MessageVo;
|
||||
import java.io.IOException;
|
||||
import java.util.List;
|
||||
import org.springframework.web.multipart.MultipartFile;
|
||||
@ -1,4 +1,4 @@
|
||||
package com.xinelu.manage.service.chatrecord.chatRecord.impl;
|
||||
package com.xinelu.manage.service.chatrecord.impl;
|
||||
|
||||
import com.alibaba.fastjson2.JSONObject;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
@ -21,12 +21,12 @@ import com.xinelu.manage.domain.chatRecord.ChatRecord;
|
||||
import com.xinelu.manage.domain.hospitalpersoninfo.HospitalPersonInfo;
|
||||
import com.xinelu.manage.dto.chatrecord.ChatRecordDTO;
|
||||
import com.xinelu.manage.dto.chatrecord.MessageSearchDto;
|
||||
import com.xinelu.manage.mapper.chatrecord.chatrecord.ChatRecordMapper;
|
||||
import com.xinelu.manage.service.chatrecord.chatRecord.IChatRecordService;
|
||||
import com.xinelu.manage.mapper.chatrecord.ChatRecordMapper;
|
||||
import com.xinelu.manage.service.chatrecord.IChatRecordService;
|
||||
import com.xinelu.manage.service.hospitalpersoninfo.IHospitalPersonInfoService;
|
||||
import com.xinelu.manage.service.patientinfo.IPatientInfoService;
|
||||
import com.xinelu.manage.vo.chatrecord.chatrecord.MessageCenterVo;
|
||||
import com.xinelu.manage.vo.chatrecord.chatrecord.MessageVo;
|
||||
import com.xinelu.manage.vo.chatrecord.MessageCenterVo;
|
||||
import com.xinelu.manage.vo.chatrecord.MessageVo;
|
||||
import com.xinelu.manage.vo.patientinfo.PatientInfoVO;
|
||||
import java.io.IOException;
|
||||
import java.util.ArrayList;
|
||||
@ -25,7 +25,7 @@ import com.xinelu.manage.dto.messagepush.FDWxMegDto;
|
||||
import com.xinelu.manage.dto.messagepush.TemplateData;
|
||||
import com.xinelu.manage.mapper.subscribemessagerecord.SubscribeMessageRecordMapper;
|
||||
import com.xinelu.manage.mapper.systemsettingsinfo.SystemSettingsInfoMapper;
|
||||
import com.xinelu.manage.service.chatrecord.chatRecord.IChatRecordService;
|
||||
import com.xinelu.manage.service.chatrecord.IChatRecordService;
|
||||
import com.xinelu.manage.service.messagepush.MessagePushService;
|
||||
import com.xinelu.manage.service.patientinfo.IPatientInfoService;
|
||||
import com.xinelu.manage.vo.patientcouponreceive.PatientCouponReceiveInfoVO;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package com.xinelu.manage.vo.chatrecord.chatrecord;
|
||||
package com.xinelu.manage.vo.chatrecord;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
@ -1,4 +1,4 @@
|
||||
package com.xinelu.manage.vo.chatrecord.chatrecord;
|
||||
package com.xinelu.manage.vo.chatrecord;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.xinelu.manage.mapper.chatrecord.chatrecord.ChatRecordMapper">
|
||||
<mapper namespace="com.xinelu.manage.mapper.chatrecord.ChatRecordMapper">
|
||||
|
||||
<resultMap type="ChatRecord" id="ChatRecordResult">
|
||||
<result property="id" column="id"/>
|
||||
@ -64,7 +64,7 @@
|
||||
</sql>
|
||||
|
||||
<select id="selectMegVoList" parameterType="com.xinelu.manage.dto.chatrecord.MessageSearchDto"
|
||||
resultType="com.xinelu.manage.vo.chatrecord.chatrecord.MessageVo">
|
||||
resultType="com.xinelu.manage.vo.chatrecord.MessageVo">
|
||||
select
|
||||
<include refid="Message_Vo_List"/>
|
||||
from chat_record
|
||||
@ -79,7 +79,7 @@
|
||||
</select>
|
||||
|
||||
|
||||
<select id="selectMegList" resultType="com.xinelu.manage.vo.chatrecord.chatrecord.MessageVo">
|
||||
<select id="selectMegList" resultType="com.xinelu.manage.vo.chatrecord.MessageVo">
|
||||
select <include refid="Message_Vo_List"/>
|
||||
from chat_record
|
||||
where del_flag = '0' and message_category = #{messageCategory}
|
||||
@ -115,7 +115,7 @@
|
||||
</select>
|
||||
|
||||
<select id="selectOneChatRecord" parameterType="java.lang.String"
|
||||
resultType="com.xinelu.manage.vo.chatrecord.chatrecord.MessageCenterVo">
|
||||
resultType="com.xinelu.manage.vo.chatrecord.MessageCenterVo">
|
||||
select message_category,
|
||||
crowds,
|
||||
crowds_name,
|
||||
@ -156,7 +156,7 @@
|
||||
</select>
|
||||
|
||||
<!-- 查询健康知识推送列表 -->
|
||||
<select id="getNoticList" resultType="com.xinelu.manage.vo.chatrecord.chatrecord.MessageVo">
|
||||
<select id="getNoticList" resultType="com.xinelu.manage.vo.chatrecord.MessageVo">
|
||||
<include refid="selectChatRecordVo"></include>
|
||||
where del_flag = '0' and sender_id = #{senderId}
|
||||
<choose>
|
||||
@ -183,7 +183,7 @@
|
||||
</select>
|
||||
|
||||
<!-- 查询消息详情 -->
|
||||
<select id="getByNo" resultType="com.xinelu.manage.vo.chatrecord.chatrecord.MessageVo">
|
||||
<select id="getByNo" resultType="com.xinelu.manage.vo.chatrecord.MessageVo">
|
||||
select cr.id,
|
||||
cr.message_no,
|
||||
cr.message_category,
|
||||
Loading…
Reference in New Issue
Block a user