|
|
|
@ -1063,7 +1063,7 @@ namespace Myshipping.Application
|
|
|
|
|
#region 自动化处理
|
|
|
|
|
if (taskInfo.CARRIER_ID =="CMA")
|
|
|
|
|
{
|
|
|
|
|
var flow = _taskFlowTenant.AsQueryable().Filter(null, true).Where(t => t.FlowCode == "CMABC" && t.IsMain == true).First();
|
|
|
|
|
var flow = _taskFlowTenant.AsQueryable().Filter(null, true).Where(t => t.FlowCode == "CMABC" && t.IsMain == true &&t.TenantId== taskInfo.TenantId.Value).First();
|
|
|
|
|
if (flow!=null)
|
|
|
|
|
{
|
|
|
|
|
//方法请求参数
|
|
|
|
|