Commit 5aed1a52 authored by jiaorz's avatar jiaorz

添加更换还车公司计费接口

parent 3134ffb2
......@@ -364,7 +364,6 @@ public class BaseOrderBiz extends BaseBiz<BaseOrderMapper, BaseOrder> implements
if (dedDetailDTO1.getCost().intValue() != 0) {
jsonArray.add(dedDetailDTO1);
}
jsonArray.add(dedDetailDTO1);
orderPageVO.setDedDetailDTO(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