edit
This commit is contained in:
@@ -158,17 +158,20 @@ public partial class supplierBuildFile : System.Web.UI.Page
|
||||
if (result != 1)
|
||||
{
|
||||
addLog(ctid, userId, "初始化秘钥失败" + result, 0);
|
||||
updateSql += string.Format("update CE_ErpPackDataItem set message = '解密失败!' where packId= {0} and ctid='{1}' ;", packId, ctid);
|
||||
continue;
|
||||
}
|
||||
uint a = DecFile(fname);
|
||||
if (a != 0)
|
||||
{
|
||||
addLog(ctid, userId, "解密失败" + a, 0);
|
||||
updateSql += string.Format("update CE_ErpPackDataItem set message = '解密失败!' where packId= {0} and ctid='{1}' ;", packId, ctid);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
if (string.IsNullOrEmpty(fname))
|
||||
{
|
||||
updateSql += string.Format("update CE_ErpPackDataItem set message = '解密失败!' where packId= {0} and ctid='{1}' ;", packId, ctid);
|
||||
continue;
|
||||
}
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user