|
@@ -2,9 +2,9 @@ package cn.tr.module.smart.common.repository;
|
|
|
|
|
|
|
|
import cn.tr.module.smart.app.controller.dto.AppDoctorPatientInfoDTO;
|
|
import cn.tr.module.smart.app.controller.dto.AppDoctorPatientInfoDTO;
|
|
|
import cn.tr.module.smart.app.controller.vo.WxDoctorPatientVO;
|
|
import cn.tr.module.smart.app.controller.vo.WxDoctorPatientVO;
|
|
|
-import cn.tr.module.smart.common.dto.BizPatientDTO;
|
|
|
|
|
import cn.tr.module.smart.common.dto.BizPatientQueryDTO;
|
|
import cn.tr.module.smart.common.dto.BizPatientQueryDTO;
|
|
|
import cn.tr.module.smart.common.po.BizPatientPO;
|
|
import cn.tr.module.smart.common.po.BizPatientPO;
|
|
|
|
|
+import cn.tr.module.smart.web.vo.WebBizPatientVO;
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
import org.apache.ibatis.annotations.Param;
|
|
@@ -24,7 +24,7 @@ public interface BizPatientRepository extends BaseMapper<BizPatientPO> {
|
|
|
|
|
|
|
|
List<WxDoctorPatientVO> selectPatientList(@Param("query") AppDoctorPatientInfoDTO query);
|
|
List<WxDoctorPatientVO> selectPatientList(@Param("query") AppDoctorPatientInfoDTO query);
|
|
|
|
|
|
|
|
- List<BizPatientDTO> selectPatientByConditionList(@Param("query") BizPatientQueryDTO query);
|
|
|
|
|
|
|
+ List<WebBizPatientVO> selectPatientByConditionList(@Param("query") BizPatientQueryDTO query);
|
|
|
|
|
|
|
|
BizPatientPO selectMayBeLinkedPatient(@Param("patientCode") String patientCode,@Param("tenantId") String tenantId);
|
|
BizPatientPO selectMayBeLinkedPatient(@Param("patientCode") String patientCode,@Param("tenantId") String tenantId);
|
|
|
}
|
|
}
|