123
This commit is contained in:
@@ -62,6 +62,9 @@ public class SystemConfigManager {
|
||||
|
||||
public BigDecimal getSystemConfigOfBigDecimal(SystemConfigEnum systemConfig){
|
||||
String value = getSystemConfig(systemConfig);
|
||||
if(StringUtils.isBlank(value)){
|
||||
return new BigDecimal(0);
|
||||
}
|
||||
return new BigDecimal(value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user