Commit 0c5d303a by lizefeng

fix

parent 2092dc92
...@@ -326,7 +326,7 @@ namespace AutoTurnOver.Services ...@@ -326,7 +326,7 @@ namespace AutoTurnOver.Services
var ana_task = MyMySqlConnection._connection.QueryFirstOrDefault<dc_base_amazon_fee_report_log>(" select * from dc_base_amazon_fee_report_log where ana_status=0 order by id desc limit 1 "); var ana_task = MyMySqlConnection._connection.QueryFirstOrDefault<dc_base_amazon_fee_report_log>(" select * from dc_base_amazon_fee_report_log where ana_status=0 order by id desc limit 1 ");
if (ana_task == null) if (ana_task == null)
{ {
return null;l return ;
} }
try try
{ {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<NeutralLanguage>en-US</NeutralLanguage> <NeutralLanguage>en-US</NeutralLanguage>
<Description>.Net C# library for the new Amazon Selling Partner API</Description> <Description>.Net C# library for the new Amazon Selling Partner API</Description>
<RepositoryType>git</RepositoryType> <RepositoryType>git</RepositoryType>
<TargetFramework>netcoreapp2.1</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<UserSecretsId>2ff602c6-a213-4df0-88f2-cf1a1df95fbc</UserSecretsId> <UserSecretsId>2ff602c6-a213-4df0-88f2-cf1a1df95fbc</UserSecretsId>
</PropertyGroup> </PropertyGroup>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment