Commit 78360498 by qwmqiuwenmin

fix

parent ee825a7f
...@@ -34,5 +34,5 @@ public interface WxEnterpriseApiService { ...@@ -34,5 +34,5 @@ public interface WxEnterpriseApiService {
*/ */
void update(WxEnterpriseDTO enterpriseDTO); void update(WxEnterpriseDTO enterpriseDTO);
List<YwWxEnterpriseDTO> list(); List<YwWxEnterpriseDTO> listAll();
} }
...@@ -100,7 +100,7 @@ public class WxEnterpriseApiServiceImpl implements WxEnterpriseApiService { ...@@ -100,7 +100,7 @@ public class WxEnterpriseApiServiceImpl implements WxEnterpriseApiService {
} }
@Override @Override
public List<YwWxEnterpriseDTO> list() { public List<YwWxEnterpriseDTO> listAll() {
List<TabHaobanWxEnterprise> list = wxEnterpriseMapper.listAll(); List<TabHaobanWxEnterprise> list = wxEnterpriseMapper.listAll();
return EntityUtil.changeEntityListByJSON(YwWxEnterpriseDTO.class, list); return EntityUtil.changeEntityListByJSON(YwWxEnterpriseDTO.class, 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