Commit 12027cee authored by 高建强's avatar 高建强

item:【装备】修改1644459872903-1不执行问题

parent 781a47fe
...@@ -2396,7 +2396,7 @@ ...@@ -2396,7 +2396,7 @@
alter table `wl_video_source` add column `parent_source_ids` text COMMENT '本级及父级建筑ids,冗余树形搜索'; alter table `wl_video_source` add column `parent_source_ids` text COMMENT '本级及父级建筑ids,冗余树形搜索';
</sql> </sql>
</changeSet> </changeSet>
<changeSet author="shg" id="1644459872903-1" runAlways="true"> <changeSet author="shg" id="1644459872903-10" runAlways="true">
<comment>`getBuildingParentIds` 存在前后顺序依赖关系所以放在这里</comment> <comment>`getBuildingParentIds` 存在前后顺序依赖关系所以放在这里</comment>
<sql endDelimiter="#"> <sql endDelimiter="#">
DROP FUNCTION IF EXISTS `getBuildingParentIds`# DROP FUNCTION IF EXISTS `getBuildingParentIds`#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment