|
|
@@ -147,7 +147,7 @@ public class VaultodyServiceImpl implements VaultodyService {
|
|
|
}
|
|
|
|
|
|
private String getPropertyKey() throws ServiceException {
|
|
|
- SysConfigTable table = sysConfigService.getByCode(ConfigConstants.FINANCE_PROPERTY_KEY);
|
|
|
+ SysConfigTable table = sysConfigService.getByCode(ConfigConstants.VAULTODY_FINANCE_PROPERTY_KEY);
|
|
|
if (table == null) {
|
|
|
throw ServiceException.exception(Constants.SYSTEM_ERROR);
|
|
|
}
|