yl
2022-10-16 2cc036e7b5ca7ba242b1296d946f8d563f3cf4c2
VueWebApi/DLL/DAL/ProductionManagementDAL.cs
@@ -2901,7 +2901,7 @@
                        }
                    }
                    //更新排产生产资源主表
                    sql = @"update gn_wkm_capac_plan set wkshift_code=@wkshift_code,classtype=@classtype,lm_user=@lm_user,lm_time=@lm_time  where id=@id";
                    sql = @"update TWkm_capac_plan set wkshift_code=@wkshift_code,classtype=@classtype,lm_user=@lm_user,lm_time=@lm_time  where id=@id";
                    list.Add(new
                    {
                        str = sql,