fix(system):更正租户VO中的店铺名称字段
This commit is contained in:
parent
723521a7bb
commit
9190b6e6b2
@ -51,7 +51,7 @@ public class OrderBusinessImpl extends BusinessImpl<OrderService, OrderConvert,
|
||||
OrderItemVO itemVO=orderItemConvert.toVO(item);
|
||||
if (itemVO.getTenantId() != null) {
|
||||
SysTenantVo tenant = tenantService.queryByTenantId(vo.getTenantId());
|
||||
itemVO.setTenantName(tenant.getShopName());
|
||||
itemVO.setTenantName(tenant.getStoreName());
|
||||
}
|
||||
//赋值
|
||||
return itemVO;
|
||||
|
Loading…
x
Reference in New Issue
Block a user