Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
Overview
Overview
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
王衍超
cloud-fb
Commits
2cd177ba
Commit
2cd177ba
authored
Jun 25, 2021
by
高晓磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
因用不到排序字段,删除不为空和唯一索引限制
parent
89d26619
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
DinasType.hbm.xml
...yst.dinas.biz/src/main/resources/config/DinasType.hbm.xml
+1
-1
SandMiningArea.hbm.xml
...inas.biz/src/main/resources/config/SandMiningArea.hbm.xml
+1
-1
ShipInfo.hbm.xml
...xyst.dinas.biz/src/main/resources/config/ShipInfo.hbm.xml
+1
-1
Station.hbm.xml
.../xyst.dinas.biz/src/main/resources/config/Station.hbm.xml
+1
-1
CameraInfo.hbm.xml
...dinas.camera/src/main/resources/config/CameraInfo.hbm.xml
+1
-1
No files found.
backend/xyst.dinas.biz/src/main/resources/config/DinasType.hbm.xml
View file @
2cd177ba
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
</column>
</column>
</property>
</property>
<property
name=
"sortOrder"
type=
"int"
not-null=
"
true"
unique=
"true"
update=
"false"
insert=
"false"
index=
"dinas_sort_index"
>
<property
name=
"sortOrder"
type=
"int"
not-null=
"
false"
unique=
"false"
>
<column
name=
"sort_order"
length=
"10"
>
<column
name=
"sort_order"
length=
"10"
>
<comment
>
排序
</comment>
<comment
>
排序
</comment>
</column>
</column>
...
...
backend/xyst.dinas.biz/src/main/resources/config/SandMiningArea.hbm.xml
View file @
2cd177ba
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
<comment>
不通过原因
</comment>
<comment>
不通过原因
</comment>
</column>
</column>
</property>
</property>
<property
name=
"sortOrder"
type=
"int"
not-null=
"
true"
unique=
"true"
index=
"sand_mining_area_sort_index"
>
<property
name=
"sortOrder"
type=
"int"
not-null=
"
false"
>
<column
name=
"sort_order"
length=
"10"
>
<column
name=
"sort_order"
length=
"10"
>
<comment
>
排序
</comment>
<comment
>
排序
</comment>
</column>
</column>
...
...
backend/xyst.dinas.biz/src/main/resources/config/ShipInfo.hbm.xml
View file @
2cd177ba
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
<comment>
备注
</comment>
<comment>
备注
</comment>
</column>
</column>
</property>
</property>
<property
name=
"sortOrder"
type=
"int"
not-null=
"
true"
unique=
"true"
index=
"station_sort_index"
>
<property
name=
"sortOrder"
type=
"int"
not-null=
"
false"
unique=
"false"
>
<column
name=
"sort_order"
length=
"10"
>
<column
name=
"sort_order"
length=
"10"
>
<comment
>
排序
</comment>
<comment
>
排序
</comment>
</column>
</column>
...
...
backend/xyst.dinas.biz/src/main/resources/config/Station.hbm.xml
View file @
2cd177ba
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
<comment>
备注
</comment>
<comment>
备注
</comment>
</column>
</column>
</property>
</property>
<property
name=
"sortOrder"
type=
"int"
not-null=
"
true"
unique=
"true"
index=
"station_sort_index
"
>
<property
name=
"sortOrder"
type=
"int"
not-null=
"
false
"
>
<column
name=
"sort_order"
length=
"10"
>
<column
name=
"sort_order"
length=
"10"
>
<comment
>
排序
</comment>
<comment
>
排序
</comment>
</column>
</column>
...
...
backend/xyst.dinas.camera/src/main/resources/config/CameraInfo.hbm.xml
View file @
2cd177ba
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
</column>
</column>
</property>
</property>
<property
name=
"sortOrder"
type=
"int"
not-null=
"true"
unique=
"true"
update=
"false"
insert=
"false"
index=
"camera_sort_index"
>
<property
name=
"sortOrder"
type=
"int"
not-null=
"true"
unique=
"true"
>
<column
name=
"sort_order"
length=
"10"
>
<column
name=
"sort_order"
length=
"10"
>
<comment
>
排序
</comment>
<comment
>
排序
</comment>
</column>
</column>
...
...
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