|
@@ -278,11 +278,6 @@ public class OffSiteTransportationController extends BaseRESTfulController {
|
|
|
Map<String,Object> map = new HashMap<String,Object>();
|
|
|
map.put("orderNumber",orderNumber);
|
|
|
map.put("resultArrivalAddress",resultArrivalAddress);
|
|
|
- Integer orderStatus = offSiteTransportationService.getOrderStatus(map);
|
|
|
- //判断是否已经结束
|
|
|
- if (orderStatus!=null&&orderStatus==2){
|
|
|
- return failed(-3);
|
|
|
- }
|
|
|
map.putAll(value);
|
|
|
//添加入库实绩
|
|
|
Integer resTfulResult = offSiteTransportationService.addTmstruckReceiptResult(map);
|