From 75963efd82371f59bd7709479a56b9aea783427a Mon Sep 17 00:00:00 2001 From: lizijie <lzjiiie@163.com> Date: Tue, 08 Feb 2022 16:17:48 +0800 Subject: [PATCH] 热力图接口修改,经纬度集合末尾添加第一个经纬度 --- screen-manage/src/main/resources/mapper/ManageAccountRoleMapper.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/screen-manage/src/main/resources/mapper/ManageAccountRoleMapper.xml b/screen-manage/src/main/resources/mapper/ManageAccountRoleMapper.xml index a5c9f89..4b02947 100644 --- a/screen-manage/src/main/resources/mapper/ManageAccountRoleMapper.xml +++ b/screen-manage/src/main/resources/mapper/ManageAccountRoleMapper.xml @@ -12,4 +12,10 @@ <result column="is_delete" property="isDelete" /> </resultMap> + <update id="updateDeleteStateByRole_id" parameterType="java.util.Map"> + update manage_account_role + set is_delete = 1 + where role_id = #{role_id} + </update> + </mapper> \ No newline at end of file -- Gitblit v1.8.0