Services/MesOrderStaManager.cs
@@ -201,6 +201,9 @@ // 如果有送检时间则更新 .SetColumnsIF(entity.MaShoutTime != null, s => s.MaShoutTime == entity.MaShoutTime) // 如果有调机开始时间则更新 .SetColumnsIF(entity.MaStartTime != null, s => s.MaStartTime == entity.MaStartTime) // 如果标记为1则更新备注信息 .SetColumnsIF(entity.Flag == 1, s => s.remark == "于" + entity.MaShoutTime + "时间有一次送检")