Commit 25afa6206145640add6c3b83f2146c2661fa94b0

Authored by jesse.wang
1 parent 1e21d2f929

孤独症参数格式

Showing 1 changed file with 8 additions and 2 deletions

platform-biz-service/src/main/resources/mainOrm/master/BabyAutismPrimaryScreeningMapper.xml View file @ 25afa62
... ... @@ -32,8 +32,14 @@
32 32 <result property="patientSign" column="patient_sign" jdbcType="VARCHAR"/>
33 33 <result property="guidanceOpinions" column="guidance_opinions" jdbcType="VARCHAR"/>
34 34 <result property="handleOpinions" column="handle_opinions" jdbcType="VARCHAR"/>
35   - <result property="warningSigns" column="warning_signs" jdbcType="VARCHAR"/>
36   - <result property="languageSocial" column="language_social" jdbcType="VARCHAR"/>
  35 + <collection property="warningSigns"
  36 + ofType="java.lang.String" javaType="java.util.List">
  37 + <result column="warning_signs"/>
  38 + </collection>
  39 + <collection property="languageSocial"
  40 + ofType="java.lang.String" javaType="java.util.List">
  41 + <result column="language_social"/>
  42 + </collection>
37 43 <result property="global" column="preliminary_screening_results" jdbcType="VARCHAR"/>
38 44 </resultMap>
39 45 <!--查询单个-->