[SMETAR]
- corretta query ordini di lavorazione evasi per ricerca su fasi errata
This commit is contained in:
@@ -250,7 +250,7 @@ public class ProductionOrderDataHandlerService {
|
||||
.replace("[END_DATE]", UtilityDB.valueToString(endDate));
|
||||
|
||||
if (linee != null ) {
|
||||
query = UtilityDB.addwhereCond(query, "ordl.cod_jfas IN (" + UtilityDB.listValueToString(linee) + ")", true);
|
||||
query = UtilityDB.addwhereCond(query, "steps.cod_jfas IN (" + UtilityDB.listValueToString(linee) + ")", true);
|
||||
}
|
||||
} else {
|
||||
query = "SELECT * FROM MES_GetWorkOrders(" +
|
||||
|
||||
Reference in New Issue
Block a user