添加迁移脚本

This commit is contained in:
2024-08-21 21:05:43 +08:00
parent 7419140548
commit 7d3158589e

View File

@@ -0,0 +1,3 @@
update t_coal_washing_daily_analysis a
set product_id = (select id from t_product p where p.name = a.name)
where a.product_id is null;