Commit 23580fd1 authored by 黄奎's avatar 黄奎

页面下修改

parent 69fa9237
...@@ -24,7 +24,7 @@ namespace Edu.Model.Entity.Customer ...@@ -24,7 +24,7 @@ namespace Edu.Model.Entity.Customer
public int TaskId { get; set; } public int TaskId { get; set; }
/// <summary> /// <summary>
/// 任务类型(1-课程) /// 任务类型(见枚举)
/// </summary> /// </summary>
public TaskTypeEnum TaskType { get; set; } public TaskTypeEnum TaskType { get; set; }
......
...@@ -46,6 +46,10 @@ namespace Edu.Module.Customer ...@@ -46,6 +46,10 @@ namespace Edu.Module.Customer
{ {
QTaskIds = Ids QTaskIds = Ids
}); });
if (detailsList != null && detailsList.Count > 0)
{
}
} }
foreach (var item in list) foreach (var item in list)
{ {
......
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