bug 修复
This commit is contained in:
@@ -37,11 +37,7 @@ namespace YLErp.Modules.SwapModule
|
||||
{
|
||||
_kafkaConsumer.Subscribe(msg =>
|
||||
{
|
||||
var hedgingSource = OtcAppConfigHelper.HedgingSource==1|| OtcAppConfigHelper.HedgingSource==0;
|
||||
if (hedgingSource)
|
||||
{
|
||||
return;
|
||||
}
|
||||
LogFactory.GetLogger("SwapConsumerService").Info("TRS对冲交易回执接口:"+ msg);
|
||||
if (!string.IsNullOrEmpty(msg))
|
||||
{
|
||||
var result = JsonHelper.Deserialize<SwapAsset>(msg);
|
||||
|
||||
Reference in New Issue
Block a user