This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[收银台][修改]:收银台支持券
release_toaliyun_real
Stormeye Wu
6 years ago
parent
d8e8dd2019
commit
50df2778b1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkAdmin/src/main/resources/db/migration/V201910211505__ALTER_ORDER.sql
+ 1
- 1
mallinkAdmin/src/main/resources/db/migration/V201910211505__ALTER_ORDER.sql
View File
@@ -1,2 +1,2 @@
ALTER TABLE `wx_order`
CHANGE COLUMN `
re
al_payment` `real_payment` int(11) NULL COMMENT '实际支付金额';
CHANGE COLUMN `
tot
al_payment` `real_payment` int(11) NULL COMMENT '实际支付金额';
Write
Preview
Loading…
Cancel
Save