@@ -236,13 +236,13 @@ IRepository<Hotspot> hotspotRepository
- public async Task PublsihVisitToProvince()
- {
- //查询需要推送的数据
+ //public async Task PublsihVisitToProvince()
+ //{
+ // //查询需要推送的数据
- }
+ //}
@@ -100,6 +100,7 @@ namespace Hotline.Orders
/// <summary>
/// 重呼次数
/// </summary>
+ [SugarColumn(DefaultValue = "0")]
public int CallTimes { get; set; }
}