Merge remote-tracking branch 'origin/branch2022-1-4' into branch2022-1-4
This commit is contained in:
+1
-1
@@ -41,6 +41,6 @@ ALTER TABLE `pay_meeting`
|
||||
|
||||
-- 2022-2-12
|
||||
INSERT INTO sys_dict_item ( id, dict_id, item_text, item_value, description, sort_order, status, create_by, create_time ) VALUES ( '1492310294221639681', '1431145150766923778', '证书费用', '20', '', 20, 1, 'LKGLZ', '2022-02-12 09:31:14' );
|
||||
ALTER TABLE `income_payments`.`tb_certificate_payment`
|
||||
ALTER TABLE tb_certificate_payment
|
||||
MODIFY COLUMN `charge_use` tinyint(1) NULL DEFAULT 20 COMMENT '来款用途(字典表)' AFTER `mail`;
|
||||
update tb_certificate_payment set charge_use = 20 where 1 = 1;
|
||||
Reference in New Issue
Block a user