Commit 46e979a2 authored by 吴春's avatar 吴春

Merge branch 'sdzq-ld' of http://gitlab.oytour.com/Kui2/mall.oytour.com into sdzq

parents c14a3191 cf9be963
......@@ -101,7 +101,7 @@ namespace Mall.Education.RabbitMQ
//文件生成图片暂存本地
string FileExtension = Path.GetExtension(GoodsModel.FilePath);
string FileName = Path.GetFileNameWithoutExtension(GoodsModel.FilePath);
string FileDirectory = Path.GetDirectoryName(GoodsModel.FilePath);
string FileDirectory = Path.GetDirectoryName(GoodsModel.FilePath).Replace("\\", "/");
string[] patharr = GoodsModel.FilePath.Split('/');
string FileDirNot = "";
for (var i = 3; i < patharr.Length - 1; i++)
......
......@@ -22,8 +22,8 @@ namespace Mall.Model.Extend.Product
/// <summary>
/// 课程图片
/// </summary>
[Serializable]
public class CourseImageModel {
public class CourseImageModel
{
/// <summary>
/// 排序
/// </summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment