[後端] 修改niagara 同步building_menu預設值

This commit is contained in:
dev02 2023-07-26 15:35:56 +08:00
parent a62fb7eea9
commit 9ffe2520ff

View File

@ -592,7 +592,7 @@ namespace Repository.BackendRepository.Implement
left_drawing, left_icon_click, left_icon_click_url_width, left_icon_click_url_height, left_planimetric_click,
is_link, created_by, created_at, updated_by, updated_at)
values('{data.device_building_tag}', '{data.device_system_tag}', '{data.device_name_tag}', '{data.device_building_tag}', '{data.device_system_tag}',
2, 0, 0, 0, 1
4, 1, 0, 0, 1
1, 'B43E3CA7-96DD-4FC7-B6E6-974ACC3B0878', now(), 'B43E3CA7-96DD-4FC7-B6E6-974ACC3B0878', now());");
}
#endregion