Commit 581b1c34 by 王力

Merge branch 'dev_bugfix_orderdetail0620' into 'develop'

修改返回值错误

See merge request !124
2 parents 533d827c 6220a584
......@@ -77,7 +77,7 @@ public class OrderAssignImpl implements OrderAssign {
OrderAssignRecommendResp.InsertInfo insertInfo = new OrderAssignRecommendResp.InsertInfo();
insertInfo.setNumber(String.format("%d/%d", rr.index + 1, orderAppointments.size() + 1));
insertInfo.setTimeDesc("+30分钟");
insertInfo.setTimeDesc("+4公里");
insertInfo.setDistanceDesc("+4公里");
item.setEngineerCode(engineer.getEngineerCode());
item.setEngineerName(engineer.getName());
......@@ -87,7 +87,7 @@ public class OrderAssignImpl implements OrderAssign {
item.setTimeDesc("520分钟");
item.setDesc(String.format("将被插入在第%d单,受此影响原第%d单变化第%d单,第3单将增加5公里路程,比预计晚到30分钟,建议调整;", rr.index + 1, rr.index + 1, rr.index + 2));
item.setStartTime("08:00");
item.setStartTime("18:00");
item.setEndTime("18:00");
item.setOrders(this.packTimelines(orderAppointments, orderTips));
items.add(item);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!