Commit dbabb8ff authored by chenzhao's avatar chenzhao

修改bug

parent 866767c1
......@@ -1814,13 +1814,13 @@
<comment>add data cb_data_dictionary</comment>
<sql>
INSERT INTO `amos-jcs-biz`.`cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1330, '2', '出动', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 2);
INSERT INTO `amos-jcs-biz`.`cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1331, '3', '途中', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 3);
INSERT INTO `amos-jcs-biz`.`cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1332, '4', '到场', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 4);
INSERT INTO `amos-jcs-biz`.`cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1333, '5', '出水', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 5);
INSERT INTO `amos-jcs-biz`.`cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1334, '6', '停水', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 6);
INSERT INTO `amos-jcs-biz`.`cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1335, '7', '驻防', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 7);
INSERT INTO `amos-jcs-biz`.`cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1336, '8', '返队', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 8);
INSERT INTO `cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1330, '2', '出动', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 2);
INSERT INTO `cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1331, '3', '途中', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 3);
INSERT INTO `cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1332, '4', '到场', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 4);
INSERT INTO `cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1333, '5', '出水', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 5);
INSERT INTO `cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1334, '6', '停水', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 6);
INSERT INTO `cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1335, '7', '驻防', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 7);
INSERT INTO `cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1336, '8', '返队', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 8);
</sql>
</changeSet>
......@@ -1833,10 +1833,10 @@
<comment>add data cb_data_dictionary</comment>
<sql>
INSERT INTO `amos-jcs-biz`.`cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1339, '9', '训练', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 9);
INSERT INTO `amos-jcs-biz`.`cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1340, '10', '演练', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 10);
INSERT INTO `amos-jcs-biz`.`cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1341, '11', '加油', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 11);
INSERT INTO `amos-jcs-biz`.`cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1342, '12', '试车', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 12);
INSERT INTO `cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1339, '9', '训练', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 9);
INSERT INTO `cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1340, '10', '演练', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 10);
INSERT INTO `cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1341, '11', '加油', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 11);
INSERT INTO `cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `type_desc`, `parent`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `sort_num`) VALUES (1342, '12', '试车', 'CARSTATE', NULL, NULL, NULL, NULL, NULL, b'0', 12);
</sql>
</changeSet>
......@@ -1869,17 +1869,16 @@
<changeSet author="chenzhao" id="2021-10-19-1">
<preConditions onFail="MARK_RAN">
<tableExists tableName="jc_template" />
<primaryKeyExists primaryKeyName="sequence_nbr" tableName="jc_template"/>
</preConditions>
<comment>add data jc_template</comment>
<sql>
INSERT INTO `amos-jcs-biz`.`jc_template`(`sequence_nbr`, `trpe_code`, `type`, `content`, `format`) VALUES (23, 'JJQK-1214', '接警情况', '【120救援】时间:callTime;地址:address;保障类别:securityCategory;事件概述:eventOverview;备注:remarks;警情阶段:alertStage');
INSERT INTO `amos-jcs-biz`.`jc_template`(`sequence_nbr`, `trpe_code`, `type`, `content`, `format`) VALUES (24, '1214', '120救援', '【力量调派】调派你部车辆type 车牌号resourcesNum 赶往rescueGrid 位置。
INSERT INTO `jc_template`(`sequence_nbr`, `trpe_code`, `type`, `content`, `format`) VALUES (23, 'JJQK-1214', '接警情况', '【120救援】时间:callTime;地址:address;保障类别:securityCategory;事件概述:eventOverview;备注:remarks;警情阶段:alertStage');
INSERT INTO `jc_template`(`sequence_nbr`, `trpe_code`, `type`, `content`, `format`) VALUES (24, '1214', '120救援', '【力量调派】调派你部车辆type 车牌号resourcesNum 赶往rescueGrid 位置。
相关警情:【120救援】时间:callTime 地址:address;单位名称:unit_involved;被困人数:trapped_num;伤亡人数:casualties_num;性别:gender;年龄段(岁):ageGroup;患者现状:patientStatus;情况说明:situation;备注:remarks。
发送单位:companyName');
<![CDATA[ INSERT INTO `amos-jcs-biz`.`jc_template`(`sequence_nbr`, `trpe_code`, `type`, `content`, `format`) VALUES (25, '1214 ', '120救援', '<p>【120救援】时间:<span contenteditable="true" data-name="callTimeStr" data-type="input"></span> 地址:<span contenteditable="true" data-name="address" data-type="input"></span>;单位名称:<span contenteditable="true" data-name="unitInvolved" data-type="input"></span>;被困人数:<span contenteditable="true" data-name="trappedNum" data-type="input"></span>trapped_num;伤亡人数:<span contenteditable="true" data-name="casualtiesNum" data-type="input"></span>casualties_num;性别:<span contenteditable="true" data-name="gender" data-type="input"></span>gender;年龄段(岁):<span contenteditable="true" data-name="ageGroup" data-type="input"></span>ageGroup;。 </p><p>发送单位:<span contenteditable="true" data-name="companyName" data-type="input"></span></p>');]]>
<![CDATA[ INSERT INTO `jc_template`(`sequence_nbr`, `trpe_code`, `type`, `content`, `format`) VALUES (25, '1214 ', '120救援', '<p>【120救援】时间:<span contenteditable="true" data-name="callTimeStr" data-type="input"></span> 地址:<span contenteditable="true" data-name="address" data-type="input"></span>;单位名称:<span contenteditable="true" data-name="unitInvolved" data-type="input"></span>;被困人数:<span contenteditable="true" data-name="trappedNum" data-type="input"></span>trapped_num;伤亡人数:<span contenteditable="true" data-name="casualtiesNum" data-type="input"></span>casualties_num;性别:<span contenteditable="true" data-name="gender" data-type="input"></span>gender;年龄段(岁):<span contenteditable="true" data-name="ageGroup" data-type="input"></span>ageGroup;。 </p><p>发送单位:<span contenteditable="true" data-name="companyName" data-type="input"></span></p>');]]>
</sql>
</changeSet>
......
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