Controllo per planning
This commit is contained in:
@@ -380,6 +380,11 @@ public class ProductionBusinessLogic {
|
||||
sql = " select dbo.f_suggestCodePartitaMag(" + UtilityDB.valueToString(parameter) + ", 0) ";
|
||||
partitaMag = UtilityDB.executeSimpleQueryOnlyFirstRowFirstColumn(conn, sql);
|
||||
|
||||
/* PLANNING
|
||||
if ()
|
||||
dtbOrdr.setPartitaMag(partitaMag);
|
||||
*/
|
||||
|
||||
if (partitaMag != null && partitaMag.length() != 0) {
|
||||
// Definizione data scadenza partita di magazzino
|
||||
parameter = codMart + ';' +
|
||||
@@ -1075,10 +1080,6 @@ public class ProductionBusinessLogic {
|
||||
|
||||
if (newProcedure) {
|
||||
GeneraOrdLav.generateOrdLav(conn, dtbOrdt);
|
||||
|
||||
StringWriter writer = new StringWriter();
|
||||
ResponseJSONObjectMapper jsonObjectMapper = new ResponseJSONObjectMapper();
|
||||
jsonObjectMapper.writeValue(writer, dtbOrdt);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user