liyong
2026-04-23 8c8ff31cdca25f579d3c1f688f46c877bf28aaa1
1
2
3
4
5
alter table production_product_main
    modify column report_duration_minutes decimal(16,2) null comment '实际报工时长(分钟)';
 
alter table production_product_report_daily
    modify column duration_minutes decimal(16,2) not null comment '当日时长(分钟)';