初步版本251204
This commit is contained in:
@@ -150,9 +150,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 = rawName
|
||||
})
|
||||
.Where(a => a.Id == oemRawUseId)
|
||||
|
||||
Reference in New Issue
Block a user