|
@@ -252,10 +252,6 @@ public class TmstruckLeaveFactoryResultServiceImpl implements ITmstruckLeaveFact
|
|
|
i += utilsService.updateOrderLineSequence(map);
|
|
|
switch (orderType){
|
|
|
case 1:
|
|
|
- Integer driverConfirmationSteel = utilsMapper.getDriverConfirmation(orderId);
|
|
|
- if(driverConfirmationSteel == null){
|
|
|
- throw new Exception("请提醒司机确认订单!");
|
|
|
- }
|
|
|
//判断该订单是不是自提
|
|
|
String isSelfMention = tmstruckLeaveFactoryResultMapper.getIsSelfMention(orderId);
|
|
|
try {
|