|
|
@ -1,7 +1,7 @@ |
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|
|
<mapper namespace="com.ccsens.ht.persist.dao.HtPatientReportDao"> |
|
|
<mapper namespace="com.ccsens.ht.persist.dao.HtPatientReportDao"> |
|
|
<resultMap id="BaseResultMap" type="com.ccsens.ht.bean.vo.PatientReportVo.ReportPatient"> |
|
|
<resultMap id="BaseResultMap" type="com.ccsens.ht.bean.vo.PatientReportVo$ReportPatient"> |
|
|
<id column="id" jdbcType="BIGINT" property="id"/> |
|
|
<id column="id" jdbcType="BIGINT" property="id"/> |
|
|
<result column="name" jdbcType="VARCHAR" property="name"/> |
|
|
<result column="name" jdbcType="VARCHAR" property="name"/> |
|
|
<result column="patient_id" jdbcType="BIGINT" property="patientId"/> |
|
|
<result column="patient_id" jdbcType="BIGINT" property="patientId"/> |
|
|
|