Commit 5fda0d7b authored by jiaorz's avatar jiaorz

修改订单出车时间限制

parent a13ca54e
......@@ -444,4 +444,9 @@ public class OrderVehicleCrosstownBiz extends BaseBiz<OrderVehicaleCrosstownMapp
long zero = current / (1000 * 3600 * 24) * (1000 * 3600 * 24) - TimeZone.getDefault().getRawOffset();
return zero;
}
public static void main(String[] args) {
StringBuffer stringBuffer = new StringBuffer("We Are Happy");
}
}
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