修改打包上传
This commit is contained in:
+4
-3
@@ -266,9 +266,10 @@ public partial class download : System.Web.UI.Page
|
||||
|
||||
private string getDesignDate(object v)
|
||||
{
|
||||
return DateTime.Now.ToString("yyyy-MM-dd");
|
||||
/*if (v.ToString() == "") return "";
|
||||
return Convert.ToDateTime(v).ToString("yyyy-MM-dd");*/
|
||||
int year = DateTime.Now.Year;
|
||||
int month = DateTime.Now.Month;
|
||||
int day = DateTime.Now.Day;
|
||||
return year + "\\" + month + "\\" + day;
|
||||
}
|
||||
|
||||
/// 批量进行多个文件压缩到一个文件
|
||||
|
||||
Reference in New Issue
Block a user