Commit 225f97fb authored by tangwei's avatar tangwei

修改bug

parent bd34f4a7
......@@ -1848,7 +1848,7 @@
</preConditions>
<comment>增加车辆状态</comment>
<sql>
ALTER TABLE jc_power_transfer_company_resources MODIFY COLUMN car_status varchar(255) DEFAULT NULL COMMENT '车辆任务状态'
ALTER TABLE `jc_power_transfer_company_resources` add car_status varchar(255) DEFAULT NULL COMMENT '车辆任务状态'
</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