Finish Hotfix-100
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -51,7 +51,7 @@ public class ExportFromQuery {
|
||||
userName, type, format));
|
||||
|
||||
|
||||
if (UtilityString.isNullOrEmpty(wtbUsersInfo.getQueryCustom())) {
|
||||
if (!UtilityString.isNullOrEmpty(wtbUsersInfo.getQueryCustom())) {
|
||||
query = wtbUsersInfo.getQueryCustom();
|
||||
}
|
||||
query = UtilityDB.addwhereCond(query, whereCond, true);
|
||||
|
||||
Reference in New Issue
Block a user