Commit 9e02945e by lizefeng

fix

parent 2d3a2929
......@@ -385,9 +385,8 @@ namespace AutoTurnOver.Services
site_code = item.MarketPlaceObj.multiMwsMid,
};
reportsDb.id = MyMySqlConnection._connection.QueryFirstOrDefault<int?>(" select id from dc_base_amazon_fee_report_log where report_id=@report_id and pams_account_id=@pams_account_id ", new
reportsDb.id = MyMySqlConnection._connection.QueryFirstOrDefault<int?>(" select id from dc_base_amazon_fee_report_log where report_id=@report_id ", new
{
pams_account_id = reportsDb.pams_account_id,
report_id = reportsDb.report_id
}) ?? 0;
if (reportsDb.id <= 0)
......
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