From 7f5eab72e1db15688a03a41b4565053be91758bb Mon Sep 17 00:00:00 2001 From: zt Date: Tue, 25 Mar 2025 13:39:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/bgt/BgtProjectRecruitApplyMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/resources/mapper/bgt/BgtProjectRecruitApplyMapper.xml b/ruoyi-system/src/main/resources/mapper/bgt/BgtProjectRecruitApplyMapper.xml index 12a395a..bd270d2 100644 --- a/ruoyi-system/src/main/resources/mapper/bgt/BgtProjectRecruitApplyMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/bgt/BgtProjectRecruitApplyMapper.xml @@ -72,7 +72,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" wu.username from bgt_project_recruit_apply bpra left join wgz_user wu on bpra.user_id = wu.user_id - where bpra.recruit_id = #{recruitId} + where bpra.recruit_id = #{recruitId} and bpra.status = '3' order by bpra.create_time desc,bpra.status asc