yl
2022-10-16 dcd8db3e13557abe24d0b246c4dbec1f41369801
VueWebApi/DLL/DAL/ProductionManagementDAL.cs
@@ -2901,7 +2901,7 @@
                        }
                    }
                    //更新排产生产资源主表
                    sql = @"update TWkm_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_date=@lm_time  where id=@id";
                    list.Add(new
                    {
                        str = sql,