Commit 2974b094 by 泽锋 李

fix

parent 8d006876
......@@ -1562,6 +1562,11 @@ where t1.gmt_modified>=@btime and t1.gmt_modified<=@etime
date = this_time,
val = null
});
datas.FirstOrDefault(s => s.name == "30天预测销量空运-海运金额汇总").days.Add(new transfer_profit_dto.day_dto
{
date = this_time,
val = null
});
#region MyRegion
var dc_base_forecast_historydata = _connection.QueryFirstOrDefault<dc_base_forecast_history>(" select * from dc_base_forecast_history where warehouse_code=@warehouse_code and bailun_sku=@bailun_sku and date_str=@date_str limit 1 ", new
......
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