Commit b5b01f5a authored by hezhen's avatar hezhen

修改时间的问题

parent 6d27c3ea
......@@ -12,7 +12,7 @@ $to_uid = $_GPC['to_uid'];
$record_id = $_GPC['record_id'];
$number = $_GPC['number'];
$goods_id = $_GPC['goods_id'];
$trip_time = $_GPC['trip_time'];
$trip_time = strtotime($_GPC['trip_time']);
$company_id = $_GPC['company_id'];
$company_name = $_GPC['company_name'];
$spe_id = $_GPC['spe_price_id'];
......
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