修改接口
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user