@@ -3366,7 +3366,7 @@ public class AmsSaleOrderServiceImpl implements IAmsSaleOrderService {
if (orderMap != null) {
throw new Exception("该订单已派发,无法重复派车");
}
- if (saleStatus != 4) {
+ if (saleStatus == 1) {
throw new Exception("订单未审核,无法派车!");
int result = 0;