Commit 1e9e1a50 by 徐高华

test

parent c404611e
......@@ -169,7 +169,7 @@ public class WxEnterpriseController extends WebBaseController {
wxEnterpriseDTO.setStoreTotal(departmentApiService.totalStoreCountByEnterpriseId(wxEnterpriseId));
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