Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-api-boot-master
Commits
e8820b96
Commit
e8820b96
authored
Aug 07, 2024
by
huyf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
海运应收汇总bug
parent
3a96e170
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
update_2024-07.sql
sql/update_2024-07.sql
+3
-0
No files found.
sql/update_2024-07.sql
View file @
e8820b96
...
...
@@ -69,3 +69,6 @@ alter table `ecw_order`
-- 2024-07-25 刷新订单业绩客户新老客户状态冗余参数
update
ecw_order
o
left
join
ecw_customer
c
on
c
.
id
=
o
.
customer_id
set
o
.
yeji_type
=
IFNULL
(
c
.
is_new
,
1
);
-- 2027-08-07 仓库路线新增落款信息和图章名称
alter
table
ecw_warehouse_line
add
column
lk_left
varchar
(
600
)
COMMENT
'左侧落款'
,
add
column
lk_right
varchar
(
600
)
COMMENT
'右侧落款'
,
add
column
tz_name
varchar
(
255
)
COMMENT
'图章名称'
;
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