Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
2ad17803
Commit
2ad17803
authored
Nov 21, 2022
by
KeYong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
基础数据提交
parent
daae420a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
wl-3.6.0.xml
...ot-system-equip/src/main/resources/changelog/wl-3.6.0.xml
+21
-0
No files found.
amos-boot-system-equip/src/main/resources/changelog/wl-3.6.0.xml
View file @
2ad17803
...
@@ -406,4 +406,24 @@
...
@@ -406,4 +406,24 @@
wesal.biz_org_code = ( SELECT biz_org_code FROM wl_equipment_specific wes WHERE wes.id = wesal.equipment_specific_id );
wesal.biz_org_code = ( SELECT biz_org_code FROM wl_equipment_specific wes WHERE wes.id = wesal.equipment_specific_id );
</sql>
</sql>
</changeSet>
</changeSet>
<changeSet
author=
"keyong"
id=
"1668587039-1"
>
<preConditions
onFail=
"MARK_RAN"
>
<columnExists
tableName=
"wl_equipment_specific_alarm_log"
columnName=
"clean_time"
/>
</preConditions>
<comment>
sync field
</comment>
<sql>
ALTER TABLE `wl_equipment_specific_alarm_log` MODIFY `clean_time` datetime DEFAULT NULL COMMENT '消除时间';
</sql>
</changeSet>
<changeSet
author=
"keyong"
id=
"1668587039-2"
>
<preConditions
onFail=
"MARK_RAN"
>
<tableExists
tableName=
"wl_equipment"
/>
</preConditions>
<comment>
添加基础字段
</comment>
<sql>
REPLACE INTO `wl_equipment`(`id`, `name`, `code`, `category_id`, `country`, `maintenance_cycle`, `check_cycle`, `remark`, `management_style`, `reviser_id`, `date_updated`, `creater_id`, `unit_id`, `made_in`, `manufacturer`, `img`, `video`, `mark_specification`, `supplier_id`, `pref_quota`, `create_date`, `company_name`, `department_orgcode`, `department_name`, `inspection_spec`, `maintenance_spec`, `area`, `is_iot`, `clean_type`) VALUES (1463079835982106626, '消防水鹤', '93060200KOI44', 1438772365205991426, NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-14 13:40:54', NULL, 55, NULL, NULL, 'upload/jcs/studio_normalapp_3157169/E5F46D5CF35D2DF1F62971DA166C18C.png', NULL, NULL, NULL, NULL, '2021-11-23 17:39:50', NULL, NULL, NULL, NULL, NULL, NULL, '0', '0');
REPLACE INTO `wl_equipment`(`id`, `name`, `code`, `category_id`, `country`, `maintenance_cycle`, `check_cycle`, `remark`, `management_style`, `reviser_id`, `date_updated`, `creater_id`, `unit_id`, `made_in`, `manufacturer`, `img`, `video`, `mark_specification`, `supplier_id`, `pref_quota`, `create_date`, `company_name`, `department_orgcode`, `department_name`, `inspection_spec`, `maintenance_spec`, `area`, `is_iot`, `clean_type`) VALUES (1583285119978835970, '工业水池', '93060500F6A44', 1579292738841481218, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 104, NULL, NULL, 'upload/jcs/studio_normalapp_3157169/65BA2E0B6489024DA0B9F98EC189.png', NULL, NULL, NULL, NULL, '2022-10-21 10:32:43', NULL, NULL, NULL, NULL, NULL, NULL, '0', '0');
REPLACE INTO `wl_equipment`(`id`, `name`, `code`, `category_id`, `country`, `maintenance_cycle`, `check_cycle`, `remark`, `management_style`, `reviser_id`, `date_updated`, `creater_id`, `unit_id`, `made_in`, `manufacturer`, `img`, `video`, `mark_specification`, `supplier_id`, `pref_quota`, `create_date`, `company_name`, `department_orgcode`, `department_name`, `inspection_spec`, `maintenance_spec`, `area`, `is_iot`, `clean_type`) VALUES (1463080224227856386, '天然水源', '93060300GJY44', 1438772459552665602, NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-14 13:50:55', NULL, 55, NULL, NULL, 'upload/jcs/studio_normalapp_3157169/C8A1D43C46892D78B76315B4C2B67BC.png', NULL, NULL, NULL, NULL, '2021-11-23 17:41:23', NULL, NULL, NULL, NULL, NULL, NULL, '0', '0');
</sql>
</changeSet>
</databaseChangeLog>
</databaseChangeLog>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment