|
|
@@ -1511,6 +1511,8 @@ namespace SiteCore
|
|
|
if ((father.receiver_state.Contains("台湾") && string.IsNullOrEmpty(father.receiver_zip)) || entity.seller_memo.IndexOf("不要切单个") > -1 || commonHelper.isFarAddress(father.receiver_state))
|
|
|
{
|
|
|
entity.OrderState = -1;
|
|
|
+ entity.DesignUserId = 0;
|
|
|
+ entity.WaitDesignTime = null;
|
|
|
}
|
|
|
if (ishaveBu)
|
|
|
{
|
|
|
@@ -1575,6 +1577,8 @@ namespace SiteCore
|
|
|
if ((father.receiver_state.Contains("台湾") && string.IsNullOrEmpty(father.receiver_zip)) || entity.seller_memo.IndexOf("不要切单个") > -1 || commonHelper.isFarAddress(father.receiver_state))
|
|
|
{
|
|
|
entity.OrderState = -1;
|
|
|
+ entity.DesignUserId = 0;
|
|
|
+ entity.WaitDesignTime = null;
|
|
|
}
|
|
|
father.create_time = DateTime.Now;
|
|
|
father.Update();
|
|
|
@@ -1586,6 +1590,8 @@ namespace SiteCore
|
|
|
if ((father.receiver_state.Contains("台湾") && string.IsNullOrEmpty(father.receiver_zip)) || entity.seller_memo.IndexOf("不要切单个") > -1 || commonHelper.isFarAddress(father.receiver_state))
|
|
|
{
|
|
|
entity.OrderState = -1;
|
|
|
+ entity.DesignUserId = 0;
|
|
|
+ entity.WaitDesignTime = null;
|
|
|
}
|
|
|
entity.IsSample = 1;
|
|
|
entity.UpdateTime = DateTime.Now;
|
|
|
@@ -2024,6 +2030,8 @@ namespace SiteCore
|
|
|
if ((father.receiver_state.Contains("台湾") && string.IsNullOrEmpty(father.receiver_zip)) || entity.seller_memo.IndexOf("不要切单个") > -1 || commonHelper.isFarAddress(father.receiver_state))
|
|
|
{
|
|
|
entity.OrderState = -1;
|
|
|
+ entity.DesignUserId = 0;
|
|
|
+ entity.WaitDesignTime = null;
|
|
|
}
|
|
|
if (isNull)
|
|
|
{
|
|
|
@@ -2197,6 +2205,8 @@ namespace SiteCore
|
|
|
if ((father.receiver_state.Contains("台湾") && string.IsNullOrEmpty(father.receiver_zip)) || entity.seller_memo.IndexOf("不要切单个") > -1 || commonHelper.isFarAddress(father.receiver_state))
|
|
|
{
|
|
|
entity.OrderState = -1;
|
|
|
+ entity.DesignUserId = 0;
|
|
|
+ entity.WaitDesignTime = null;
|
|
|
}
|
|
|
if (isNull)
|
|
|
{
|
|
|
@@ -2383,6 +2393,8 @@ namespace SiteCore
|
|
|
if ((father.receiver_state.Contains("台湾") && string.IsNullOrEmpty(father.receiver_zip)) || entity.seller_memo.IndexOf("不要切单个") > -1 || commonHelper.isFarAddress(father.receiver_state))
|
|
|
{
|
|
|
entity.OrderState = -1;
|
|
|
+ entity.DesignUserId = 0;
|
|
|
+ entity.WaitDesignTime = null;
|
|
|
}
|
|
|
if (isNull)
|
|
|
{
|
|
|
@@ -2558,6 +2570,8 @@ namespace SiteCore
|
|
|
if ((father.receiver_state.Contains("台湾") && string.IsNullOrEmpty(father.receiver_zip)) || entity.seller_memo.IndexOf("不要切单个") > -1 || commonHelper.isFarAddress(father.receiver_state))
|
|
|
{
|
|
|
entity.OrderState = -1;
|
|
|
+ entity.DesignUserId = 0;
|
|
|
+ entity.WaitDesignTime = null;
|
|
|
}
|
|
|
if (isNull)
|
|
|
{
|
|
|
@@ -2942,6 +2956,8 @@ namespace SiteCore
|
|
|
if ((father.receiver_state.Contains("台湾") && string.IsNullOrEmpty(father.receiver_zip)) || entity.seller_memo.IndexOf("不要切单个") > -1 || commonHelper.isFarAddress(father.receiver_state))
|
|
|
{
|
|
|
entity.OrderState = -1;
|
|
|
+ entity.DesignUserId = 0;
|
|
|
+ entity.WaitDesignTime = null;
|
|
|
}
|
|
|
if (ishave)
|
|
|
{
|
|
|
@@ -3363,6 +3379,8 @@ namespace SiteCore
|
|
|
if ((father.receiver_state.Contains("台湾") && string.IsNullOrEmpty(father.receiver_zip)) || entity.seller_memo.IndexOf("不要切单个") > -1 || commonHelper.isFarAddress(father.receiver_state))
|
|
|
{
|
|
|
entity.OrderState = -1;
|
|
|
+ entity.DesignUserId = 0;
|
|
|
+ entity.WaitDesignTime = null;
|
|
|
}
|
|
|
if (ishave)
|
|
|
{
|