修改打包上传
This commit is contained in:
+1
-3
@@ -269,7 +269,7 @@ public partial class uploadFile : System.Web.UI.Page
|
||||
if (entity.payment <= 300 && num >= 200 && num <= 3000 && entity.ShopId != 14 && entity.ShopId != 99)
|
||||
{
|
||||
//300克铜板纸/铜版纸300克-覆哑膜/覆膜/不覆膜-直角/裁切
|
||||
if (!entity.seller_memo.Contains("opp") && !entity.seller_memo.Contains("按文件") && !entity.seller_memo.Contains("流苏") && !entity.seller_memo.Contains("排序"))
|
||||
if (!entity.seller_memo.Contains("opp") && !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("300克铜板纸") || entity.seller_memo.Contains("300克铜板纸")) && (entity.seller_memo.Contains("覆哑膜") || entity.seller_memo.Contains("覆膜") || entity.seller_memo.Contains("不覆膜")))
|
||||
{
|
||||
@@ -469,7 +469,6 @@ public partial class uploadFile : System.Web.UI.Page
|
||||
{
|
||||
var identity = WindowsIdentity.GetCurrent();
|
||||
var principal = new WindowsPrincipal(identity);
|
||||
writeLog("上传完成!" + saveFile);
|
||||
Task.Run(async () =>
|
||||
{
|
||||
string filePath = Path.GetFullPath(saveFile);
|
||||
@@ -528,7 +527,6 @@ public partial class uploadFile : System.Web.UI.Page
|
||||
{
|
||||
lock (lockObject)
|
||||
{
|
||||
writeLog("开始截图!" + filePath);
|
||||
targPath = targPath.Replace(".cdr", ".png");
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user