| | |
| | | || Objects.isNull(orders.getEndDate()) |
| | | || StringUtil.isBlank(orders.getLocation()) |
| | | || StringUtil.isBlank(orders.getLocationRemark()) |
| | | || StringUtil.isBlank(orders.getLinkPhone()) |
| | | || Objects.isNull(orders.getLat()) |
| | | || Objects.isNull(orders.getLgt()) |
| | | || Objects.isNull(orders.getCategoryId()) |
| | |
| | | || Objects.isNull(orders.getTransportNum()) |
| | | || StringUtils.isEmpty(orders.getTransportUnit()) |
| | | || StringUtils.isEmpty(orders.getLocationEnd()) |
| | | || StringUtils.isEmpty(orders.getCarUnit()) |
| | | || Objects.isNull(orders.getLatEnd()) |
| | | || Objects.isNull(orders.getLgtEnd()) |
| | | || CollectionUtils.isEmpty(orders.getWayInfoDTOList()) |
| | |
| | | if(Constants.equalsInteger(orders.getWorkType(),Constants.ZERO)){ |
| | | orders.setPriceUnit("元/斤"); |
| | | }else if(Constants.equalsInteger(orders.getWorkType(),Constants.ONE)){ |
| | | orders.setPriceUnit("元/人*天"); |
| | | orders.setPriceUnit("元/人/天"); |
| | | }else{ |
| | | if(Constants.equalsInteger(orders.getCarType(),Constants.ZERO)){ |
| | | orders.setPriceUnit("元/人*天"); |
| | | orders.setPriceUnit("元/人/天"); |
| | | }else if(Constants.equalsInteger(orders.getCarType(),Constants.ONE)){ |
| | | orders.setPriceUnit("元/人*小时"); |
| | | orders.setPriceUnit("元/人/小时"); |
| | | }else{ |
| | | orders.setPriceUnit("元/斤"); |
| | | } |