Commit c404611e by 徐高华

test

parent 44e4c51b
......@@ -202,7 +202,7 @@ public class WxEnterpriseController extends WebBaseController {
wxEnterpriseApiService.update(wxDTO);
WxEnterpriseVO vo = com.gic.commons.util.EntityUtil.changeEntityNew( WxEnterpriseVO.class, wxEnterpriseDTO) ;
vo.setCorpid(getCorpid(wxEnterpriseDTO));
return resultResponse(HaoBanErrCode.ERR_1, wxEnterpriseDTO);
return resultResponse(HaoBanErrCode.ERR_1, vo);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment