修改接口
This commit is contained in:
parent
75398c0dc4
commit
f7ad4de2de
|
@ -26,7 +26,7 @@ namespace WebAPI.Controllers.CQMS
|
||||||
{
|
{
|
||||||
InspectionManagementService.UpdateByInspectionManagementId(model);
|
InspectionManagementService.UpdateByInspectionManagementId(model);
|
||||||
//上传附件
|
//上传附件
|
||||||
SaveAttachFile(model.InspectionId, BLL.Const.InspectionNoticeMenuId, model.AttachUrl);
|
SaveAttachFile(model.InspectionId + "R", BLL.Const.InspectionNoticeMenuId, model.AttachUrl);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue