初步版本251204
This commit is contained in:
@@ -211,9 +211,9 @@ namespace FATrace.OEMApp.Services
|
||||
db.Update<OEMRawUse>()
|
||||
.Set(a => new OEMRawUse
|
||||
{
|
||||
UrlState = true,
|
||||
VideoUrl = playUrl,
|
||||
VideoActionId = actionId,
|
||||
//UrlState = true,
|
||||
//VideoUrl = playUrl,
|
||||
//VideoActionId = actionId,
|
||||
RawName = t.RawName
|
||||
})
|
||||
.Where(a => a.Id == t.OemRawUseId)
|
||||
|
||||
Reference in New Issue
Block a user