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