insert into BaiduFaceRecorder values (#{name},#{userId},#{score},#{time},#{uploadImgUrl},#{userImgUrl}) insert into AC_DeviceAuthRecord (ShiDuan ,StudentType, SchoolId , Sno,StartTime , EndTime , State , WeekDays ,Sex,GrantState,AuthType,aType) values (#{shiduan},#{studentType}, #{schoolId}, #{sno}, #{startTime}, #{endTime}, 1, #{weekDays}, #{sex}, #{grantState},#{authType},#{aType}) update AC_DeviceAuthRecord set State = 0 where id = #{id} update AC_DeviceAuthRecord set GrantState = #{grantState} where id = #{id}