Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tao.mo
2022-03-10 18:14:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9b6c4eb02178e27a13589d0dd6006bd7e3417b9b
9b6c4eb0
1 parent
8939f6a7
脚本整理
mt 2022年3月10日18:14:05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
doc/建表语句.sql
doc/建表语句.sql
View file @
9b6c4eb
...
...
@@ -908,7 +908,7 @@ alter table T_DECLEAR_TASK ADD DECELEAR_INFO_ID varchar(50);
ALTER
TABLE
T_CHM_CONSIGNMENT_DETAIL
ADD
DETAILID
VARCHAR
(
50
);
--添加tsn口岸
INSERT
into
T_AU_ORGANIZATION
(
CODE
,
NAME
,
TYPE_ID
,
PARENT_ID
,[
LEVEL
],
CREATE_USER_ID
,
CREATE_TIME
)
VALUES
(
'tsn'
,
'tsn口岸'
,
84534
,
1
,
6
,
5503
,
GETDATE
())
--
INSERT into T_AU_ORGANIZATION(CODE,NAME,TYPE_ID,PARENT_ID,[LEVEL],CREATE_USER_ID,CREATE_TIME)VALUES('tsn','tsn口岸',84534,1,6,5503,GETDATE())
--添加tsn口岸操作员02
insert
into
T_AU_USER
(
LOGIN_NAME
,
USERNAME
,
PASSWORD
,
IS_VALID
,
VISIBLE
,
CREATE_TIME
,
VERSION
,
CHANGE_PASSWORD
,
ORG_ID
,
ORG_NAME
,
INIT_OWNER_NAME
,
TYPE_ID
,
TYPE_NAME
)
VALUES
(
'tsnczy2'
,
'TSN操作员02'
,
'985111aed0bc0920dce9b362de2b1fa122a5ccdd6ac2a8e9b3ae5cfa58169f7725830de4566b7c43'
,
1
,
1
,
GETDATE
(),
0
,
1
,(
select
ID
from
T_AU_ORGANIZATION
where
code
=
'tsn'
),(
select
NAME
from
T_AU_ORGANIZATION
where
code
=
'tsn'
),
1
,(
select
ID
from
T_BI_DICTIONARY_ENTRIES
where
ID
=
84534
),(
select
CHINESE_NAME
from
T_BI_DICTIONARY_ENTRIES
where
ID
=
84534
))
...
...
@@ -918,7 +918,7 @@ insert into T_AU_USER_ROLES (USER_ID,ROLE_ID,VERSION)VALUES(53573,3910,0);
insert
into
T_AU_USER_ROLES
(
USER_ID
,
ROLE_ID
,
VERSION
)
VALUES
(
53574
,
3910
,
0
);
--数据字段中添加天津口岸
insert
INTO
T_BI_DICTIONARY_ENTRIES
(
CODE
,
CHINESE_NAME
,
ENGLISH_NAME
,
DESCRIPTION
,
STATUS
,
DICT_ID
,
DICT_CODE
,
ORDINAL
)
VALUES
(
'port_tsn'
,
'TSN'
,
'TSN'
,
'TSN'
,
1
,
'50161'
,
'port'
,
50
)
--
insert INTO T_BI_DICTIONARY_ENTRIES(CODE,CHINESE_NAME,ENGLISH_NAME,DESCRIPTION,STATUS,DICT_ID,DICT_CODE,ORDINAL)VALUES('port_tsn','TSN','TSN','TSN',1,'50161','port',50)
------------------------------------------------------------------------------------------------------------------------
---海关编码
...
...
Please
register
or
login
to post a comment