|
@@ -107,6 +107,7 @@ namespace Tasks
|
|
|
item.updateBy = attach["createBy"].ToString();
|
|
item.updateBy = attach["createBy"].ToString();
|
|
|
makeDataService.Update(item);
|
|
makeDataService.Update(item);
|
|
|
}
|
|
}
|
|
|
|
|
+ RabbitMQClient.Instance.Push("MakeCallBackQueue", content + "#cut#" + resultString);
|
|
|
}
|
|
}
|
|
|
catch (Exception ex)
|
|
catch (Exception ex)
|
|
|
{
|
|
{
|