|
|
@@ -1122,8 +1122,8 @@ public class AcceptCarriageOrderService {
|
|
|
}
|
|
|
Map<String, String> dictData = commonService.getDictData(DictTypeEnum.TRUCK_TYPE.getType());
|
|
|
for (DriverListVo driverListVo : list) {
|
|
|
- if (driverListVo.getCirculateId().isEmpty()){
|
|
|
- driverListVo.setStatus(1);
|
|
|
+ if (!driverListVo.getCirculateId().isEmpty()){
|
|
|
+// driverListVo.setStatus(1);
|
|
|
driverListVo.setStatusLabel(CarWaybillEnum.PENDING_ORDER.getDestination());
|
|
|
}
|
|
|
if (!ObjectUtils.isEmpty(truck)) {
|