Commit 1289569cdeed7599d595a3e28841399dd2ad85d7

Authored by 云中非
1 parent 8200d4fe

fix(DEFECT-915): 场景联动设备输出的服务回显问题修复

... ... @@ -10,8 +10,8 @@
10 10 <result property="outTarget" column="out_target" typeHandler="org.apache.ibatis.type.EnumTypeHandler"/>
11 11 <result property="callType" column="call_type" typeHandler="org.apache.ibatis.type.EnumTypeHandler"/>
12 12 <result property="commandType" column="command_type"/>
13   - <result property="thingsModelId" column="scene_linkage_id"/>
14   - <result property="sceneLinkageId" column="things_model_id"/>
  13 + <result property="thingsModelId" column="things_model_id"/>
  14 + <result property="sceneLinkageId" column="scene_linkage_id"/>
15 15 <result property="deviceProfileId" column="device_profile_id"/>
16 16 <result property="alarmProfileId" column="alarm_profile_id"/>
17 17 <result property="tenantId" column="tenant_id"/>
... ... @@ -19,7 +19,7 @@
19 19 <result property="updateTime" column="update_time"/>
20 20 <result property="createTime" column="create_time"/>
21 21 <result property="creator" column="creator"/>
22   -
  22 +
23 23 </resultMap>
24 24 <sql id="columns">
25 25 id,device_id,entity_type,do_context,out_target,call_type,scene_linkage_id,alarm_profile_id,
... ...