yl
2022-10-25 4f86b3b78b5b638b486b497221a2f1c8fbab3ef6
VueWebApi/DLL/DAL/ProductionManagementDAL.cs
@@ -2927,7 +2927,7 @@
                    //循环写入排产生产资源子表
                    for (int i = 0; i < objs.Count; i++)
                    {
                        sql = @"insert into TWkm_capac_plan_sub(m_id,wkdate,wkshift_code) values()";
                        sql = @"insert into TWkm_capac_plan_sub(m_id,wkdate,wkshift_code) values(@m_id,@wkdate,@wkshift_code)";
                        list.Add(new
                        {
                            str = sql,