|
@@ -1054,7 +1054,7 @@ public class FrontOrderServiceImpl implements FrontOrderService {
|
|
|
queryWrapper3.eq( UserEnterprise::getIsDelete, 0 );
|
|
|
UserEnterprise one2 = userEnterpriseService.getOne( queryWrapper3 );
|
|
|
infoResponse.setName( one2.getRealName() );
|
|
|
- infoResponse.setBum( "主账号");
|
|
|
+ infoResponse.setBum( one2.getDepartment());
|
|
|
infoResponse.setPhone( one2.getPhone() );
|
|
|
|
|
|
}
|
|
@@ -1070,7 +1070,7 @@ public class FrontOrderServiceImpl implements FrontOrderService {
|
|
|
UserEnterprise one = userEnterpriseService.getOne( queryWrapper, false );
|
|
|
if (one != null) {
|
|
|
infoResponse.setName( one.getRealName() );
|
|
|
- infoResponse.setBum( "主账号" );
|
|
|
+ infoResponse.setBum(one.getDepartment() );
|
|
|
infoResponse.setPhone( one.getPhone() );
|
|
|
}
|
|
|
}
|
|
@@ -1142,7 +1142,7 @@ public class FrontOrderServiceImpl implements FrontOrderService {
|
|
|
UserEnterprise one = userEnterpriseService.getOne( queryWrapper, false );
|
|
|
if (one != null) {
|
|
|
infoResponse.setName( one.getRealName() );
|
|
|
- infoResponse.setBum( "主账号" );
|
|
|
+ infoResponse.setBum( one.getDepartment() );
|
|
|
infoResponse.setPhone( one.getPhone() );
|
|
|
}
|
|
|
}
|