update sql
This commit is contained in:
+4
-1
@@ -43,4 +43,7 @@ ALTER TABLE `pay_meeting`
|
||||
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 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;
|
||||
update tb_certificate_payment set charge_use = 20 where 1 = 1;
|
||||
|
||||
update pay_meeting set meeting_type = 5 ,case_committee_id = '1486586847797346305' ,case_committee_name = '全国汽车标准化技术委员会电动车辆分技术委员会' WHERE id = '1478574801809993729';
|
||||
update pay_working_group_subitem set make_invoice = 1 where id = '1484760196725768194';
|
||||
Reference in New Issue
Block a user