Commit 87180832 authored by jiaorz's avatar jiaorz

延长还车订单详情

parent 88d0c70c
......@@ -367,7 +367,9 @@ public class BaseOrderBiz extends BaseBiz<BaseOrderMapper, BaseOrder> implements
orderPageVO.setDelayVehicleDetail(jsonArray.toJSONString());
jsonArray = new JSONArray();
dedDetailDTO = new DedDetailDTO();
}
} else {
orderPageVO.setDelayVehicleDetail(jsonArray.toJSONString());
}
/**
* 提前还车
*/
......
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