ALTER TABLE `tran_settlement_report` MODIFY COLUMN `already_invoice` float(11, 4) NULL DEFAULT 0 COMMENT '已开发票(元)' AFTER `amount_not_payable`;