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
11af84d7
Commit
11af84d7
authored
Aug 12, 2022
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.报错解决
parent
f3807ca9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
TzBaseEnterpriseInfo.java
...amos/boot/module/tzs/api/entity/TzBaseEnterpriseInfo.java
+1
-0
tzs-1.0.0.1.xml
...e-tzs-biz/src/main/resources/db/changelog/tzs-1.0.0.1.xml
+22
-0
No files found.
amos-boot-system-tzs/amos-boot-module-tzs-api/src/main/java/com/yeejoin/amos/boot/module/tzs/api/entity/TzBaseEnterpriseInfo.java
View file @
11af84d7
...
...
@@ -3,6 +3,7 @@ package com.yeejoin.amos.boot.module.tzs.api.entity;
import
java.util.Date
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
...
...
amos-boot-system-tzs/amos-boot-module-tzs-biz/src/main/resources/db/changelog/tzs-1.0.0.1.xml
View file @
11af84d7
...
...
@@ -324,5 +324,27 @@
REPLACE INTO `cb_data_dictionary`(`sequence_nbr`, `code`, `name`, `type`, `is_delete`, `sort_num`) VALUES (1553, "54","混合气体","CZJZMC",b'0',1);
</sql>
</changeSet>
<changeSet
author=
"suhuiguang"
id=
"1660201816131-07"
>
<preConditions
onFail=
"MARK_RAN"
>
<not>
<columnExists
tableName=
"tz_base_enterprise_info"
columnName=
"rec_user_name"
/>
</not>
</preConditions>
<comment>
tz_base_enterprise_info 增加公共字段 rec_user_name
</comment>
<sql>
ALTER TABLE `tz_base_enterprise_info` add column `rec_user_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '更新人名称';
</sql>
</changeSet>
<changeSet
author=
"suhuiguang"
id=
"1660201816131-08"
>
<preConditions
onFail=
"MARK_RAN"
>
<not>
<columnExists
tableName=
"tz_base_enterprise_info"
columnName=
"is_delete"
/>
</not>
</preConditions>
<comment>
tz_base_enterprise_info 增加公共字段 is_delete
</comment>
<sql>
ALTER TABLE `tz_base_enterprise_info` add column `is_delete` bit(1) DEFAULT b'0' COMMENT '是否删除(0:未删除,1:已删除)';
</sql>
</changeSet>
</databaseChangeLog>
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