仓库-毛坯仓库记录功能完成

This commit is contained in:
2024-05-14 18:07:10 +08:00
parent 1f8d860379
commit 522cba1fbd
5 changed files with 141 additions and 57 deletions

View File

@@ -132,7 +132,7 @@ namespace ZR.Admin.WebApi.Controllers
}
catch(Exception ex)
{
return ToResponse(new ApiResult(200, ex.Message, "同步失败"));
return ToResponse(new ApiResult(500, ex.Message, "同步失败"));
}