车间下载重命名
This commit is contained in:
@@ -176,6 +176,10 @@ public partial class supplierDownload : System.Web.UI.Page
|
||||
{
|
||||
rname = dealMemoName(rname);
|
||||
}
|
||||
if ("138".Equals(dr["SupplierId"].ToString()))
|
||||
{
|
||||
rname = formatMemo(dr["seller_memo"]) + string.Format("《{0}》", dr["ctid"]) + ext;
|
||||
}
|
||||
int IsFileEncrypt = IsFileEncrypted(fname);
|
||||
if (IsFileEncrypt == 1 && File.Exists(fname))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user