Integration 2.3d2 :
- tolto dalle query il campo doneTime che dava problemi e non era poi utilizzato.
This commit is contained in:
@@ -101,7 +101,7 @@ namespace ib.essetre.integration.egaltech
|
||||
"q01, q02, q03, q04, q05, q06, q07, q08, q09, q10, q11, q12, q13, q14, q15, q16, q17, q18, q19, q20, " +
|
||||
"ox, oy, oz, xx, xy, xz, yx, yy, yz, " +
|
||||
"priority, processIdent, processingQuality, sag1, text, E.projectId, E.elementId, P.processId, 0 cutStart, 0 cutEnd, " +
|
||||
"E.inverted, E.rotated, 0 doneTime, 0 startAngle, 0 endAngle, -1 referenceCutId, E.length, E.width, E.height " +
|
||||
"E.inverted, E.rotated, 0 startAngle, 0 endAngle, -1 referenceCutId, E.length, E.width, E.height " +
|
||||
"FROM dbo.vw_Process AS P " +
|
||||
"RIGHT OUTER JOIN dbo.vw_Element AS E " +
|
||||
"ON P.projectId=E.projectId AND P.elementId=E.elementId " +
|
||||
@@ -116,7 +116,7 @@ namespace ib.essetre.integration.egaltech
|
||||
"q01, q02, q03, q04, q05, q06, q07, q08, q09, q10, q11, q12, q13, q14, q15, q16, q17, q18, q19, q20, " +
|
||||
"ox, oy, oz, xx, xy, xz, yx, yy, yz, " +
|
||||
"priority, processIdent, processingQuality, sag1, text, vw_Cut.projectId, vw_Cut.elementId, cutStart, cutEnd, " +
|
||||
"inverted, rotated, doneTime, startAngle, endAngle, referenceCutId, length, width, height " +
|
||||
"inverted, rotated, startAngle, endAngle, referenceCutId, length, width, height " +
|
||||
"FROM dbo.vw_Task " +
|
||||
"RIGHT OUTER JOIN dbo.vw_Cut " +
|
||||
"ON (vw_Task.cutId = vw_Cut.cutId AND vw_Task.patternId = vw_Cut.patternId AND vw_Task.productionId = vw_Cut.productionId) " +
|
||||
|
||||
@@ -36,5 +36,5 @@ using System.Runtime.InteropServices;
|
||||
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
|
||||
// usando l'asterisco '*' come illustrato di seguito:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("2.3.4.1")]
|
||||
[assembly: AssemblyFileVersion("2.3.4.1")]
|
||||
[assembly: AssemblyVersion("2.3.4.2")]
|
||||
[assembly: AssemblyFileVersion("2.3.4.2")]
|
||||
|
||||
Reference in New Issue
Block a user