Commit 4a6a515c1eef29aa269bd5916b1bffba624856fa
1 parent
f4dbc47d65
Exists in
master
and in
8 other branches
add statistics(map)
Showing 1 changed file with 1 additions and 1 deletions
platform-mommyData/src/main/resources/earlyOrm/Mommy.xml
View file @
4a6a515
... | ... | @@ -201,7 +201,7 @@ |
201 | 201 | select ED_DIAGNOSISCONTENT FROM Mommy_ExamineDiagnosis WHERE ED_TRIAGEORDERNO = #{triageOrderNo} and ED_ISVALID = 1 |
202 | 202 | </select> |
203 | 203 | |
204 | - <resultMap id="GuideTheWomenResultMap" type="PlatDataContent"> | |
204 | + <resultMap id="GuideTheWomenResultMap" type="com.lymsh.mommybaby.earlydata.model.PlatDataContent"> | |
205 | 205 | <result column="DC_NAME" property="dcId" jdbcType="VARCHAR"/> |
206 | 206 | <result column="ER_CONTENT" property="dcName" jdbcType="VARCHAR"/> |
207 | 207 | <result column="ES_PREGNANCYWEEK" property="week" jdbcType="INTEGER"/> |