|
@@ -890,7 +890,7 @@ public class AmsSaleOrderServiceImpl implements IAmsSaleOrderService {
|
|
|
//}
|
|
|
//查询车牌号是否是黑名单
|
|
|
if(amsSaleOrderMapper.isBlackList(capacityNumber)>0){
|
|
|
- throw new Exception("该车在黑名单中,无法派车!");
|
|
|
+ throw new Exception("该车在黑名单中,无法派车!请联系销售公司!");
|
|
|
}
|
|
|
//非自提订单 && 本次校验GPS && 全局GPS校验打开
|
|
|
if((selfMention==null || selfMention.equals("否")) && onceCheck && (isCheckGps!=null && isCheckGps==0)){
|