Commit 5be2411e by 陶光胜

通过电话号码查询商户

parent b2ad3e12
......@@ -65,6 +65,6 @@ public class UnionEnterrpiseResourceServiceImpl implements UnionEnterpriseResour
@Override
public List<TabSysUnionEnterpriseResource> listResourceByUnionId(Integer unionId) {
return this.listResourceByUnionId(unionId);
return this.tabSysUnionEnterpriseResourceMapper.listResourceByUnionId(unionId);
}
}
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