Browse Source

删除修改备注通知平台操作

zhuyiyi 3 months ago
parent
commit
8841910d50

File diff suppressed because it is too large
+ 1 - 1
SiteCore/Handler/sync.order.cs


+ 1 - 1
SiteCore/taobao/apiCaiYingTong.cs

@@ -402,7 +402,7 @@ namespace SiteCore.Handler
                                 CeErpTrade trade = CeErpTrade.Get(entity.tid);
                                 if (trade != null)
                                 {
-                                    string apires = apiHelper.API_TradeMemoUpdate(trade.tid, trade.posCode, "", trade.seller_memo + "-" + entity.UnusualCon);
+                                    //string apires = apiHelper.API_TradeMemoUpdate(trade.tid, trade.posCode, "", trade.seller_memo + "-" + entity.UnusualCon);
                                 }
                             }
                             returnSuccess(ro_jsonf);

+ 1 - 1
Web/EFinance/ImportSample.aspx.cs

@@ -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++;

Some files were not shown because too many files changed in this diff