|
|
@@ -119,7 +119,7 @@ public partial class EFinance_ImportSample : ReportBase
|
|
|
if (TradeEntity != null)
|
|
|
{
|
|
|
//taobaoHelper.TradeMemoUpdate(ctid, TradeEntity.seller_nick, 5, "拿样订单【导入】");//修改备注,5为紫色旗子
|
|
|
- string res = apiHelper.API_TradeMemoUpdate(TradeEntity.tid, TradeEntity.posCode, "PURPLE", "拿样订单【导入】");
|
|
|
+ //string res = apiHelper.API_TradeMemoUpdate(TradeEntity.tid, TradeEntity.posCode, "PURPLE", "拿样订单【导入】");
|
|
|
}
|
|
|
|
|
|
i++;
|