|
|
@ -3092,8 +3092,8 @@ public class BusSalesOrderService extends MybatisBaseService<BusSalesOrderMapper |
|
|
|
return rb.setMsg("该销售订单不存在"); |
|
|
|
} |
|
|
|
String orgSidPath = ""; |
|
|
|
if (StringUtils.isNotBlank(dto.getInfo().getOrgPath())) { |
|
|
|
orgSidPath = dto.getInfo().getOrgPath(); |
|
|
|
if (StringUtils.isNotBlank(busSalesOrder.get().getOrgSidPath())) { |
|
|
|
orgSidPath = busSalesOrder.get().getOrgSidPath(); |
|
|
|
|
|
|
|
} else { |
|
|
|
//根据staffSid获取用户的组织全路径
|
|
|
|