|
|
@ -367,7 +367,7 @@ public class InComingServiceImpl implements IInComingService { |
|
|
|
|
|
|
|
|
|
|
|
Tenant tenant = result.getData(); |
|
|
|
Tenant tenant = result.getData(); |
|
|
|
|
|
|
|
|
|
|
|
if (tenant.getTenantType() == 1) { |
|
|
|
if (tenant!=null && tenant.getTenantType() == 1) { |
|
|
|
// 发送入库消息
|
|
|
|
// 发送入库消息
|
|
|
|
OrderStatusDTO orderStatusDTO = new OrderStatusDTO(); |
|
|
|
OrderStatusDTO orderStatusDTO = new OrderStatusDTO(); |
|
|
|
// 通过包件id 查询包件
|
|
|
|
// 通过包件id 查询包件
|
|
|
|