From 6830620ac6259ad0c03cec8212246ff3c3e43e01 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期四, 31 十月 2024 17:36:47 +0800 Subject: [PATCH] 修改 --- ruoyi-service/ruoyi-order/src/main/resources/mapper/order/TOrderEvaluateMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-service/ruoyi-order/src/main/resources/mapper/order/TOrderEvaluateMapper.xml b/ruoyi-service/ruoyi-order/src/main/resources/mapper/order/TOrderEvaluateMapper.xml index 75f7baa..872f114 100644 --- a/ruoyi-service/ruoyi-order/src/main/resources/mapper/order/TOrderEvaluateMapper.xml +++ b/ruoyi-service/ruoyi-order/src/main/resources/mapper/order/TOrderEvaluateMapper.xml @@ -86,7 +86,7 @@ from t_order_evaluate where del_flag = ${@com.ruoyi.common.core.enums.DelFlagEnum@NO.getCode()} and order_id in - (select order_id + (select id from t_charging_order where site_id = #{siteId} and del_flag = ${@com.ruoyi.common.core.enums.DelFlagEnum@NO.getCode()}) -- Gitblit v1.7.1