Browse Source

bug

sd
zhizhi wu 4 years ago
parent
commit
bc47253e9d
  1. 4
      ht/src/main/resources/application.yml
  2. 2
      ht/src/main/resources/mapper_dao/HtPatientReportDao.xml

4
ht/src/main/resources/application.yml

@ -1,5 +1,5 @@
spring:
profiles:
active: prod
include: common, util-prod
active: dev
include: common, util-dev

2
ht/src/main/resources/mapper_dao/HtPatientReportDao.xml

@ -1,7 +1,7 @@
<?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">
<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"/>
<result column="name" jdbcType="VARCHAR" property="name"/>
<result column="patient_id" jdbcType="BIGINT" property="patientId"/>

Loading…
Cancel
Save