Commit cb59d780 by zhouminghui

fix

parent e1a7d1d0
...@@ -547,7 +547,7 @@ namespace Bailun.DC.WebApi.Controllers ...@@ -547,7 +547,7 @@ namespace Bailun.DC.WebApi.Controllers
/// <param name="time"></param> /// <param name="time"></param>
/// <returns></returns> /// <returns></returns>
[HttpGet("syncMonthSalesProfit")] [HttpGet("syncMonthSalesProfit")]
public bool SyncMonthSalesProfit(DateTime? time) public bool SyncMonthSalesProfit(string time)
{ {
return new FinanceService().SyncMonthSalesProfit(time); return new FinanceService().SyncMonthSalesProfit(time);
//var sql = "select * from dc_month_sales_profit_orderdetail limit 1"; //var sql = "select * from dc_month_sales_profit_orderdetail limit 1";
......
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