Merge remote-tracking branch 'origin/main'

main
陈伟 2 months ago
commit 11a81818bd

@ -429,7 +429,7 @@ namespace OpenAuth.App.ServiceApp
public async Task<Response<string>> UpdatePicParentKey(string id, string ParentKey)
{
string sql = "update lasa_mediafile set \"Name\"='" + ParentKey + "' where \"Id\"='" + id + "'";
string sql = "update lasa_mediafile set \"ParentKey\"='" + ParentKey + "' where \"Id\"='" + id + "'";
await _client.Ado.ExecuteCommandAsync(sql);
return new Response<string> { Result = "修改成功!" };
}

Loading…
Cancel
Save