|
@@ -74,7 +74,7 @@ namespace TEAMModelBI.Controllers.BITest
|
|
|
var messageBatchCopyFile = new ServiceBusMessage(olrec.ToJsonString());
|
|
|
messageBatchCopyFile.ApplicationProperties.Add("name", "OnLinRecord"); //Function名称
|
|
|
var onlinRecTask = _configuration.GetValue<string>("Azue:ServiceBus:OnlinRecord");
|
|
|
- await _serviceBus.GetServiceBusClient().SendMessageAsync(onlinRecTask, messageBatchCopyFile);
|
|
|
+ // await _serviceBus.GetServiceBusClient().SendMessageAsync(onlinRecTask, messageBatchCopyFile);
|
|
|
return Ok(new { state = 200, dateHours, dateHours1, dateHours2, dateDay, dateDays, dateMonth, });
|
|
|
}
|
|
|
|