|
|
@@ -66,7 +66,7 @@ namespace SiteCore.Handler
|
|
|
DataStruct dStruct = GetPostStruct();
|
|
|
|
|
|
//string a = SecurityHelper.DecryptSymmetric("BnK3+504SQ8=");
|
|
|
- //jiemiUtils.ossFileDecrypt("C:\\Users\\231010\\Downloads\\新建文件夹\\tj21hf.psd");
|
|
|
+ //jiemiUtils.ossFileDecrypt("C:\\Users\\231010\\Downloads\\(250924170328638492)-210x140mm-10个-UV转印贴彩色模切-GL-gzb520gzb-广东省-龙井《4765947843000325546-琳19890725》.ai");
|
|
|
//apiHelper.Api_SyncOrderByTime("598825");
|
|
|
//apiHelper.API_GetWaybill("ZTO-CAINIAO-TZJK", "4233447147588233939");
|
|
|
//apiHelper.Api_SyacOrder("2460143282114312263", "yujia");
|
|
|
@@ -228,7 +228,15 @@ namespace SiteCore.Handler
|
|
|
};
|
|
|
|
|
|
string shopname = GetPostString("shopname");
|
|
|
- if (shopname.Length > 0) lw.Add(string.Format("seller_nick = '{0}'", shopname));
|
|
|
+ if (shopname.Length > 0)
|
|
|
+ {
|
|
|
+ CeErpShop ceErpShop = CeErpShop.GetShopIdByName(shopname);
|
|
|
+ if(ceErpShop != null)
|
|
|
+ {
|
|
|
+ lw.Add(string.Format("shopId = {0}", ceErpShop.ID));
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
|
|
|
string addwechat = GetPostString("addwechat");
|
|
|
if (addwechat.Length > 0)
|