修改:招工列表、申请报名

This commit is contained in:
2025-02-25 19:22:52 +08:00
parent aeb17a9fb4
commit 43932d7555
15 changed files with 178 additions and 35 deletions

View File

@ -93,7 +93,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN fbs_project_task as c ON (b.task_id = c.id AND c.del_flag = 0)
<where>
<if test="page.userId!=null and dto.userId!=0 ">
a.user_id = #{dto.userId} AND
a.user_id = #{page.userId} AND
</if>
<choose>
<when test="page.type!=null and page.type!='' and page.type=='1'">