修改接口

This commit is contained in:
高飞 2023-07-24 20:16:40 +08:00
parent 75398c0dc4
commit f7ad4de2de
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ namespace WebAPI.Controllers.CQMS
{
InspectionManagementService.UpdateByInspectionManagementId(model);
//上传附件
SaveAttachFile(model.InspectionId, BLL.Const.InspectionNoticeMenuId, model.AttachUrl);
SaveAttachFile(model.InspectionId + "R", BLL.Const.InspectionNoticeMenuId, model.AttachUrl);
}
catch (Exception ex)
{