Commit a8782d3d authored by chenzhao's avatar chenzhao

修改bug

parent eea81ea2
...@@ -1883,5 +1883,17 @@ ...@@ -1883,5 +1883,17 @@
</sql> </sql>
</changeSet> </changeSet>
<changeSet author="chenzhao" id="2021-10-20">
<preConditions onFail="MARK_RAN">
<tableExists tableName="jc_template" />
</preConditions>
<comment>update data jc_template</comment>
<sql>
UPDATE `jc_template` SET type='120急救' WHERE sequence_nbr=24;
UPDATE `jc_template` SET type='120急救' WHERE sequence_nbr=25;
UPDATE `jc_template` SET content ='【120急救】时间:callTime;地址:address;保障类别:securityCategory;事件概述:eventOverview;备注:remarks;警情阶段:alertStage' WHERE sequence_nbr=23;
</sql>
</changeSet>
</databaseChangeLog> </databaseChangeLog>
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