edit
This commit is contained in:
+1
-1
@@ -270,7 +270,7 @@ public partial class uploadFile : System.Web.UI.Page
|
||||
entity.FinishPlaceTime = DateTime.Now;
|
||||
}
|
||||
}
|
||||
if (((entity.seller_memo.Contains("条幅彩色") && !entity.seller_memo.Contains("辽宁") && !entity.seller_memo.Contains("山东")) || entity.seller_memo.Contains("贡锻布") || entity.seller_memo.Contains("贡缎布") || entity.seller_memo.Contains("旗帜布")) && !entity.seller_memo.Contains("双喷"))
|
||||
if ((((entity.seller_memo.Contains("条幅彩色") && !entity.seller_memo.Contains("辽宁") && !entity.seller_memo.Contains("山东")) || entity.seller_memo.Contains("贡锻布") || entity.seller_memo.Contains("贡缎布") || entity.seller_memo.Contains("旗帜布")) && !entity.seller_memo.Contains("双喷")) || entity.seller_memo.Contains("帆布"))
|
||||
{
|
||||
entity.IsVerifyToSupplier = true;
|
||||
entity.SupplierId = 98;
|
||||
|
||||
Reference in New Issue
Block a user