Commit 5c1a7eb8 by qwmqiuwenmin

fix

parent 5566bba4
......@@ -34,8 +34,7 @@ public class WxEnterpriseServiceImpl implements WxEnterpriseService {
@Override
public WxEnterpriseDTO selectById(String wxEnterpriseId) {
//TabHaobanWxEnterprise wx
return null;
return EntityUtil.changeEntityByJSON(WxEnterpriseDTO.class, mapper.selectByPrimaryKey(wxEnterpriseId));
}
@Override
......
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