|
@@ -1095,7 +1095,7 @@ namespace DataSharing.Application.Receivers
|
|
|
await InitEnterpriseDataAsync(dto.Order, cancellationToken);
|
|
|
|
|
|
//是否向省上派单
|
|
|
- if (item.Key == "001170")
|
|
|
+ if (item.Key == "001170" || item.Key == "001177")
|
|
|
await SendCaseInfoDataAsync(dto.Order, cancellationToken);
|
|
|
}
|
|
|
}
|