Merge branch 'master' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-11-04 13:34:13 +01:00

View File

@@ -109,7 +109,7 @@ public class SteUPService {
private String getUserNamePv(String codMdep) throws Exception {
String userNamePv = null;
String sql = "SELECT wtb_users.user_name " +
String sql = "SELECT stb_user.user_name " +
"FROM mtb_depo INNER JOIN wtb_depo ON wtb_depo.cod_mdep = mtb_depo.cod_mdep " +
" INNER JOIN stb_user ON wtb_depo.user_name = stb_user.user_name AND " +
" stb_user.key_group = 10 ";