Commit 360c7373 by qwmqiuwenmin

fix

parent c6c4d5c7
......@@ -66,7 +66,7 @@ public class WxEnterpriseController extends WebBaseController{
@RequestMapping("wx-enterprise-list")
public HaobanResponse wxEnterpriseList() {
// String wxEnterpriseId = "123456";
LoginVO login = (LoginVO) AuthRequestUtil.getSessionUser();
LoginVO login = (LoginVO) AuthRequestUtil.getLoginUser();
String wxEnterpriseId = login.getWxEnterpriseId();
List<EnterpriseDetailDTO> list = wxEnterpriseRelatedApiService.listEnterpriseByWxEnterpriseId(wxEnterpriseId);
if(CollectionUtil.isNotEmpty(list)){
......
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