개정판 5d863c06
convert service 테스트 수정
Change-Id: Ifa2d8b29887e52b4597c0fb912db96c87dd02b34
ConvertService/ServiceBase/Markus.Service.Station/StationService/ServiceStationWCF.cs | ||
---|---|---|
63 | 63 |
{ |
64 | 64 |
using (Markus.Service.DataBase.ConvertDatabase database = new Markus.Service.DataBase.ConvertDatabase(MarkusDBConnectionString)) |
65 | 65 |
{ |
66 |
var convertItem = database.GetConvertItembyDocumentID(ProjectNo, DocumentID); |
|
67 |
|
|
68 |
if(convertItem != null) |
|
69 |
{ |
|
70 |
var aliveItems = AliveConvertQueue.Where(x => x.ConvertID == convertItem.ConvertID); |
|
71 |
} |
|
72 |
|
|
66 | 73 |
if (!database.SetConvertDoc(ProjectNo, convertID, originfilePath, DocumentID)) |
67 | 74 |
{ |
68 | 75 |
logger.Error($"Set Convert Document Error - ProjectNo:{ProjectNo} UniqueID:{convertID} originfilePath:{originfilePath} DocumentID:{DocumentID}"); |
내보내기 Unified diff