提交 d4d017d6 authored 作者: jiangwenye's avatar jiangwenye

增加开票公司信息

上级 b46c2f0f
...@@ -75,7 +75,7 @@ public class PlatformAccountConfigServiceImpl implements PlatformAccountConfigSe ...@@ -75,7 +75,7 @@ public class PlatformAccountConfigServiceImpl implements PlatformAccountConfigSe
config.setBankCode(param.getBankCode()); config.setBankCode(param.getBankCode());
config.setBankCardNo(param.getBankCardNo()); config.setBankCardNo(param.getBankCardNo());
config.setModifiedUserNo(loginUserInfo.getUserNo()); config.setModifiedUserNo(loginUserInfo.getUserNo());
config.setModifiedUserName(loginUserInfo.getShadowUserName()); config.setModifiedUserName(loginUserInfo.getUserName());
if(!checkConfigOnly(config)){ if(!checkConfigOnly(config)){
throw new ServiceSystemException(PerformanceResultEnum.PLATFORM_ACCOUNT_CONFIG_ONLY); throw new ServiceSystemException(PerformanceResultEnum.PLATFORM_ACCOUNT_CONFIG_ONLY);
} }
...@@ -99,7 +99,7 @@ public class PlatformAccountConfigServiceImpl implements PlatformAccountConfigSe ...@@ -99,7 +99,7 @@ public class PlatformAccountConfigServiceImpl implements PlatformAccountConfigSe
config.setBankCardNo(param.getBankCardNo()); config.setBankCardNo(param.getBankCardNo());
config.setDeleteStatus(DeleteStatusEnum.YES.getCode()); config.setDeleteStatus(DeleteStatusEnum.YES.getCode());
config.setCreateUserNo(loginUserInfo.getUserNo()); config.setCreateUserNo(loginUserInfo.getUserNo());
config.setCreateUserName(loginUserInfo.getShadowUserName()); config.setCreateUserName(loginUserInfo.getUserName());
if(!checkConfigOnly(config)){ if(!checkConfigOnly(config)){
throw new ServiceSystemException(PerformanceResultEnum.PLATFORM_ACCOUNT_CONFIG_ONLY); throw new ServiceSystemException(PerformanceResultEnum.PLATFORM_ACCOUNT_CONFIG_ONLY);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论