|
|
@@ -170,8 +170,8 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements
|
|
|
List<CustomerListOut> l=(List<CustomerListOut>) p.getList();
|
|
|
for (CustomerListOut c : l) {
|
|
|
if (null!=c) {
|
|
|
- if (null!=c.getShareType()&&c.getShareType().equals("1"))c.setAdminName("暂无");
|
|
|
if(null!=c.getAid())c.setAdminName(adminMapper.selectNameByid(c.getAid()));
|
|
|
+ if (null!=c.getShareType()&&c.getShareType().equals("1"))c.setAdminName("暂无");
|
|
|
if(null!=c.getMid())c.setInformationMaintainer(adminMapper.selectNameByid(c.getMid()));
|
|
|
}
|
|
|
}
|