feat:bug fixed

develop
liuyangyi 2024-06-26 23:42:04 +08:00
parent 8cda468805
commit adba664929
2 changed files with 5 additions and 3 deletions

View File

@ -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>

View File

@ -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,