Compare commits
No commits in common. "48ebcce75d877b67841e5743ac5d7f11fecfaf55" and "f065ef18cacb2c26b431e63eb5aa048623715a86" have entirely different histories.
48ebcce75d
...
f065ef18ca
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue