|
|
|
@ -371,7 +371,6 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
{ |
|
|
|
|
return Result.Error("当前预约信息已被分配"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
var entity = mapper.Map<LawyerArchives>(dto); |
|
|
|
|
entity.Id = Guid.NewGuid().ToString(); |
|
|
|
|
entity.createrId = _userdata.Id; |
|
|
|
@ -840,7 +839,7 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
/// </summary> |
|
|
|
|
/// <param name="lawyerarchivesId"></param> |
|
|
|
|
/// <returns></returns> |
|
|
|
|
[HttpPost] |
|
|
|
|
[HttpGet] |
|
|
|
|
[Route("UploadDataToTwentyfourSys")] |
|
|
|
|
public async Task<Result> UploadDataToTwentyfourSys(string lawyerarchivesId) |
|
|
|
|
{ |
|
|
|
|