MES.Service/service/QC/RKJService.cs
@@ -526,6 +526,7 @@ { db.Updateable<Womdaa>() .SetColumns(b => b.Daa018 == "完工") .SetColumns(b => b.Daa017 == DateTime.Now) .Where(b => b.Daa001 == qsItemOqcReq.Daa001) .ExecuteCommand(); } @@ -981,6 +982,7 @@ //工单状态更改为开工 db.Updateable<Womdaa>() .SetColumns(b => b.Daa018 == "开工") .SetColumns(b => b.Daa017 == null) .Where(b => b.Daa001 == oqcReqList.Daa001) .ExecuteCommand(); }