You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
844 B
9 lines
844 B
BEGIN
|
|
BEGIN TRAN;
|
|
DELETE FROM dict_data WHERE id=1166379054870294528;
|
|
INSERT INTO dict_data (category,code,data_value,gmt_create,gmt_modified,id,is_active,name,remark) VALUES(4,'w10023','','2023-10-24 14:13:57.000','2023-10-24 14:13:57.000',1166379054870294528,1,'订货类型','');
|
|
DELETE FROM dict_data_item WHERE p_id=1166379054870294528;
|
|
INSERT INTO dict_data_item (id,gmt_create,gmt_modified,seq_no,code,name,item_value,is_active,remark,p_id) VALUES(1166379054874488832,'2023-10-24 14:13:57.000','2023-10-24 14:13:57.000',1,'0','面包','0',1,'',1166379054870294528);
|
|
INSERT INTO dict_data_item (id,gmt_create,gmt_modified,seq_no,code,name,item_value,is_active,remark,p_id) VALUES(1166379054874488833,'2023-10-24 14:13:57.000','2023-10-24 14:13:57.000',2,'1','汽配','1',1,'',1166379054870294528);
|
|
COMMIT;
|
|
END; |