获取openId接口
This commit is contained in:
@ -97,6 +97,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="tel" column="tel" />
|
||||
<result property="caretaker" column="caretaker" />
|
||||
<result property="managementUnit" column="management_unit" />
|
||||
<result property="managementUnit" column="management_unit" />
|
||||
</resultMap>
|
||||
|
||||
<resultMap type="com.fastbee.iot.model.UserAndTenant" id="UserAndTenantResult">
|
||||
@ -1015,7 +1016,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
tenant_name=#{tenantName},
|
||||
longitude=#{longitude},
|
||||
latitude=#{latitude},
|
||||
img_url=#{imgUrl}
|
||||
img_url=#{imgUrl},
|
||||
where serial_number = #{serialNumber}
|
||||
</update>
|
||||
|
||||
|
Reference in New Issue
Block a user