Merge branch 'master' into develop
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -1719,7 +1719,7 @@ public class GeneraOrdLav {
|
|||||||
// perchè se viene specificato l'utente che deve effettuare la lavorazione allora l'attività dovrà
|
// perchè se viene specificato l'utente che deve effettuare la lavorazione allora l'attività dovrà
|
||||||
// essere assegnata all'utente specificato
|
// essere assegnata all'utente specificato
|
||||||
|
|
||||||
if (codJflavLav != null && !codJflavLav.equals(EmsRestConstants.NULL)) {
|
if (!UtilityString.isNullOrEmpty(codJflavLav)) {
|
||||||
String sql = " SELECT user_name " +
|
String sql = " SELECT user_name " +
|
||||||
" FROM jrl_flav_users " +
|
" FROM jrl_flav_users " +
|
||||||
"WHERE cod_jflav = " + UtilityDB.valueToString(codJflavLav) +
|
"WHERE cod_jflav = " + UtilityDB.valueToString(codJflavLav) +
|
||||||
|
|||||||
Reference in New Issue
Block a user