feat:bug fixed
parent
8cda468805
commit
adba664929
|
|
@ -1,4 +1,5 @@
|
||||||
using System;
|
using SqlSugar;
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
|
|
@ -26,7 +27,7 @@ namespace New_College.Model.Models
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Summary { get; set; }
|
public string Summary { get; set; }
|
||||||
|
|
||||||
|
[SugarColumn(ColumnDataType = "longtext", Length = int.MaxValue, IsNullable = true)]
|
||||||
public string Detail { get; set; }
|
public string Detail { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,8 @@ namespace New_College.Tasks
|
||||||
ProvinceCode = "370000",
|
ProvinceCode = "370000",
|
||||||
CreateId = 1,
|
CreateId = 1,
|
||||||
CreateTime = c.pubtime,
|
CreateTime = c.pubtime,
|
||||||
Detail = c.detail,
|
|
||||||
|
// Detail = c.detail,
|
||||||
CoverImg = "https://static-data.ycymedu.com/static/newstop.png",
|
CoverImg = "https://static-data.ycymedu.com/static/newstop.png",
|
||||||
OrderSort = 0,
|
OrderSort = 0,
|
||||||
IsDelete = false,
|
IsDelete = false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue