修改接口

This commit is contained in:
2023-07-24 20:16:40 +08:00
parent 75398c0dc4
commit f7ad4de2de
@@ -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)
{