Commit 229f9772 authored by 黄奎's avatar 黄奎

页面修改

parent cd966979
......@@ -2531,7 +2531,7 @@ namespace Edu.WebApi.Controllers.User
public ApiResult CreateMarketData()
{
string startTime = "2022-01-01";
string endTime = "2022-01-17";
string endTime = Common.ConvertHelper.FormatDate(DateTime.Now);
var start = Convert.ToDateTime(startTime);
var end = Convert.ToDateTime(endTime);
var days = (end - start).Days;
......
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