Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-service-hmhj
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
wangweidong
patzn-cloud-service-hmhj
Commits
2d32de78
Commit
2d32de78
authored
Oct 11, 2021
by
lijingjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改进场物资编码问题;
parent
bb7753c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
20211008新增字段.sql
src/test/java/resources/db_sql/hmhj/v170/20211008新增字段.sql
+5
-1
No files found.
src/test/java/resources/db_sql/hmhj/v170/20211008新增字段.sql
View file @
2d32de78
/** c
reated by meazty on 2021/10/8 15:50 **/
/** c
reated by meazty on 2021/10/8 15:50 **/
...
@@ -61,3 +61,7 @@ INSERT INTO "public"."code_rule" ("id", "company_id", "pre", "sn", "rule", "type
...
@@ -61,3 +61,7 @@ INSERT INTO "public"."code_rule" ("id", "company_id", "pre", "sn", "rule", "type
INSERT
INTO
"public"
.
"code_rule"
(
"id"
,
"company_id"
,
"pre"
,
"sn"
,
"rule"
,
"type"
,
"repeat"
,
"length"
,
"ctime"
,
"sublength"
,
"continue_sn"
,
"ignore_num"
,
"remark"
,
"recessive"
)
VALUES
(
36
,
1356149618195193858
,
'TK'
,
0
,
'SN&@yyMMdd'
,
136
,
0
,
2
,
'2021-10-09 14:34:08'
,
0
,
0
,
NULL
,
NULL
,
1
);
INSERT
INTO
"public"
.
"code_rule"
(
"id"
,
"company_id"
,
"pre"
,
"sn"
,
"rule"
,
"type"
,
"repeat"
,
"length"
,
"ctime"
,
"sublength"
,
"continue_sn"
,
"ignore_num"
,
"remark"
,
"recessive"
)
VALUES
(
36
,
1356149618195193858
,
'TK'
,
0
,
'SN&@yyMMdd'
,
136
,
0
,
2
,
'2021-10-09 14:34:08'
,
0
,
0
,
NULL
,
NULL
,
1
);
INSERT
INTO
"public"
.
"code_rule"
(
"id"
,
"company_id"
,
"pre"
,
"sn"
,
"rule"
,
"type"
,
"repeat"
,
"length"
,
"ctime"
,
"sublength"
,
"continue_sn"
,
"ignore_num"
,
"remark"
,
"recessive"
)
VALUES
(
37
,
1356149618195193858
,
'RY'
,
0
,
'SN&@yyMMdd'
,
137
,
0
,
2
,
'2021-10-09 14:34:08'
,
0
,
0
,
NULL
,
NULL
,
1
);
INSERT
INTO
"public"
.
"code_rule"
(
"id"
,
"company_id"
,
"pre"
,
"sn"
,
"rule"
,
"type"
,
"repeat"
,
"length"
,
"ctime"
,
"sublength"
,
"continue_sn"
,
"ignore_num"
,
"remark"
,
"recessive"
)
VALUES
(
37
,
1356149618195193858
,
'RY'
,
0
,
'SN&@yyMMdd'
,
137
,
0
,
2
,
'2021-10-09 14:34:08'
,
0
,
0
,
NULL
,
NULL
,
1
);
-- 修改合同到货数量类型 --
ALTER
TABLE
"public"
.
"contract_sample"
ALTER
COLUMN
"storage_quantity"
type
varchar
(
64
)
COLLATE
"pg_catalog"
.
"default"
,
ALTER
COLUMN
"qualified_quantity"
type
varchar
(
64
)
COLLATE
"pg_catalog"
.
"default"
;
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