|
@@ -20,6 +20,9 @@
|
|
<result column="update_time" property="updateTime" />
|
|
<result column="update_time" property="updateTime" />
|
|
<result column="dept_id" property="deptId" />
|
|
<result column="dept_id" property="deptId" />
|
|
<result column="tenant_id" property="tenantId" />
|
|
<result column="tenant_id" property="tenantId" />
|
|
|
|
+ <result column="img_path" property="imgPath" />
|
|
|
|
+ <result column="remark" property="remark" />
|
|
|
|
+ <result column="open_mode" property="openMode" />
|
|
</resultMap>
|
|
</resultMap>
|
|
<insert id="insertMeetingFaceDevice" parameterType="integer">
|
|
<insert id="insertMeetingFaceDevice" parameterType="integer">
|
|
insert into meeting_face_device (face_id,device_id) value (#{fid}, #{egDeviceId});
|
|
insert into meeting_face_device (face_id,device_id) value (#{fid}, #{egDeviceId});
|