项目数据保存修改

DataMaintenance
陈伟 2025-01-15 15:09:39 +08:00
parent 5f7004b500
commit a5df4ef617
2 changed files with 2 additions and 1 deletions

View File

@ -122,6 +122,7 @@ public class GoViewProjectApp : SqlSugarBaseApp<GoviewProject, SugarDbContext>
}
else
{
data.Id = prjData.Id;
flag = await Repository
.ChangeRepository<SugarRepositiry<GoviewProjectData>>()
.AsUpdateable(data)

View File

@ -23,7 +23,7 @@ public class GoViewProjectController : ControllerBase
// 文件上传
[HttpPost("uploadFile")]
public async Task<Response<bool>> UploadFile(IFormFile file)
public async Task<Response<bool>> UploadFile(string base64Str)
{
return null;
//return await _app.UploadFile(file);