@@ -292,9 +292,6 @@ public class OmstruckOrderSeparateController extends BaseRESTfulController {
}
-
@ApiOperation(value = "批量关闭运输订单")
@PostMapping("/batchCloseOrder")
public RESTfulResult batchCloseOrder(@RequestBody List<Map<String,Object>> mapList){
@@ -58,8 +58,6 @@ public class UtilsController extends BaseRESTfulController {
@ApiOperation(value = "运输订单子表新增方法")
@ApiImplicitParams({
@ApiImplicitParam(name = "map", value = "运输订单主键id加同意/拒绝状态码", required = false, dataType = "Map"),
@@ -630,6 +630,7 @@ public class OmstruckOrderServiceImpl implements IOmstruckOrderService {
omstruckOrderSeparateMapper.updateTranTimes(orderPlanId, transTimes.intValue() - 1);
+ System.out.println(orderId + "撤单成功");
return result;
//修改运力