This commit is contained in:
zt
2025-02-20 13:48:17 +08:00
parent d98028cf78
commit 3d232faad8
35 changed files with 1041 additions and 46 deletions

View File

@ -31,7 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
select bpr.id,bpr.recruit_name,bpr.recruit_address,bpr.recruit_amount,bpr.recruit_staff_num,bpr.recruit_requirement,bpr.create_time,fpt.task_name
from bgt_project_recruit bpr left join fbs_project_task fpt on bpr.task_id = fpt.id
<where>
<if test="dto.user_id != null ">
<if test="dto.userId != null ">
and bpr.user_id = #{dto.userId}
</if>
<if test="dto.recruitName != null and dto.recruitName != ''">