ruoyi-service/ruoyi-admin/src/main/java/com/ruoyi/admin/controller/OrderController.java
@@ -883,7 +883,7 @@ order.setServeId(recoveryServe.getId()); order.setServePrice(recoveryServe.getDefaultPrice()); }else { return R.fail("回收服务不存在"); return R.fail("服务信息不存在"); } RecoveryServePrice one = recoveryServePriceService.lambdaQuery().eq(RecoveryServePrice::getCity, order.getCityCode()).eq(RecoveryServePrice::getRecoveryServeId, order.getServeId()).eq(BaseEntity::getIsDelete, 0).one(); if (one==null) {