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:
@@ -921,8 +921,10 @@ public class SqlFieldHolder {
|
||||
if (obj instanceof String) {
|
||||
String string = (String) obj;
|
||||
string = UtilityString.normalizeTypographicChars(string);
|
||||
if (removeSpace)
|
||||
if (removeSpace) {
|
||||
string = string.trim();
|
||||
if (string.isEmpty()) string = null;
|
||||
}
|
||||
|
||||
if (EmsRestConstants.NIL.equals(string))
|
||||
dato = "";
|
||||
|
||||
Reference in New Issue
Block a user