StandardInterface/MESApplication/Controllers/QC/LljController.cs
@@ -320,11 +320,11 @@ [HttpPost("getAttachments")] public ResponseResult GetAttachments([FromBody] JObject data) { var releaseNo = data["releaseNo"]?.ToString(); var itemNo = data["itemNo"]?.ToString(); try { dynamic resultInfos = new System.Dynamic.ExpandoObject(); var tbBillList = new LljService().GetAttachments(releaseNo); var tbBillList = new LljService().GetAttachments(itemNo); if (tbBillList == null || tbBillList.Count == 0) { return new ResponseResult