Commit 20bfd710 authored by 332784038@qq.com's avatar 332784038@qq.com

bugfix: 汇率金额8位小数

parent b04d17c5
ALTER TABLE `ecw_currency_rate` MODIFY `source_amount` DECIMAL(18, 8) NOT NULL;
ALTER TABLE `ecw_currency_rate` MODIFY `target_amount` DECIMAL(18, 8) NOT NULL;
ALTER TABLE `ecw_currency_rate_log` MODIFY `source_amount1` DECIMAL(18, 8) NOT NULL;
ALTER TABLE `ecw_currency_rate_log` MODIFY `source_amount2` DECIMAL(18, 8) NOT NULL;
ALTER TABLE `ecw_currency_rate_log` MODIFY `target_amount1` DECIMAL(18, 8) NOT NULL;
ALTER TABLE `ecw_currency_rate_log` MODIFY `target_amount2` DECIMAL(18, 8) NOT NULL;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment