Compare commits

..

No commits in common. "48ebcce75d877b67841e5743ac5d7f11fecfaf55" and "f065ef18cacb2c26b431e63eb5aa048623715a86" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ public class ZcloudCorpFacadeImpl implements ZcloudCorpFacade {
public SingleResponse editCorp(ZcloudCorpInfoUpdateCmd zcloudCorpInfoUpdateCmd) {
CorpInfoUpdateCmd updateCmd =new CorpInfoUpdateCmd();
BeanUtils.copyProperties(zcloudCorpInfoUpdateCmd, updateCmd);
corpInfoService.edit(updateCmd);
return SingleResponse.buildSuccess();
}
}