任务
This commit is contained in:
@ -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 != ''">
|
||||
|
Reference in New Issue
Block a user