Browse Source

[POS][修改]:pay order修改

release_toaliyun_real
Stormeye Wu 6 years ago
parent
commit
8def94ce9e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      mallinkAdmin/src/main/resources/db/migration/V201908281750__POS_CHANGED.sql

+ 2
- 0
mallinkAdmin/src/main/resources/db/migration/V201908281750__POS_CHANGED.sql View File

@@ -0,0 +1,2 @@
alter table wx_pay_order
change column `pos_pay_desc` `pos_pay_des` varchar(100) NULL COMMENT 'POS支付描述';

Loading…
Cancel
Save