@@ -1404,6 +1406,18 @@ where t1.gmt_modified>=@btime and t1.gmt_modified<=@etime
// 预测未来
if(this_time_end>=now)
{
varaverage_warehouse_data=_connection.QueryFirstOrDefault<dc_average_warehouse>(" select * from dc_average_warehouse where warehouse_code=@warehouse_code and bailun_sku=@bailun_sku limit 1 ",new
vardc_base_transfer_freight_data=_connection.QueryFirstOrDefault<dc_base_transfer_freight>(" select * from dc_base_transfer_freight where warehouse_code=@warehouse_code and bailun_sku=@bailun_sku limit 1 ",new
{
warehouse_code=result.warehouse_code,
...
...
@@ -2017,6 +2031,8 @@ where t1.gmt_modified>=@btime and t1.gmt_modified<=@etime