|
|
@ -87,8 +87,8 @@ namespace AMESCoreStudio.WebApi.Controllers.AMES |
|
|
|
CreateDate = s.CreateDate, |
|
|
|
UpdateUserID = s.UpdateUserID, |
|
|
|
UpdateDate = s.UpdateDate, |
|
|
|
GroupNameCN = s.GetQcGroup.GroupNameCN, |
|
|
|
GroupNameEN = s.GetQcGroup.GroupNameEN, |
|
|
|
GroupNameCN = s.GetQcGroup.GroupNameCN ?? "", |
|
|
|
GroupNameEN = s.GetQcGroup.GroupNameCN ?? "", |
|
|
|
ItemType = s.Type |
|
|
|
}).ToListAsync(); |
|
|
|
// 先判斷工單是否有資料
|
|
|
|