招工信息需要1人,但是申请人有10人,且包工头页选择了这10个人,那么会出现以下两种情况

1、务工者10人都得到了消息,但是只有其中一人积极进入页面并同意了,此时代表招工已招满,那么此时其他人再进入页面,会出现已满员表示且不显示按钮
2、务工者10人都得到了消息,且同时都进入了页面,只要有一个人选择了同意,那其他人再点击同意就会出现报错信息
This commit is contained in:
2025-03-06 16:49:55 +08:00
parent c286edf99f
commit ec9a2aa5ea
36 changed files with 70 additions and 13 deletions

View File

@ -100,6 +100,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND a.message_small_type = #{req.smallType}
</if>
</where>
order by a.create_time desc
</select>
@ -123,6 +124,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
a.message_small_type is null AND
a.del_flag = "0"
</where>
order by a.create_time desc
</select>
@ -136,6 +138,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
b.recruit_amount as recruitAmount,
b.recruit_staff_num as recruitStaffNum,
b.sub_describe as subDescribe,
b.recruit_begin_time as recruitBeginTime,
b.recruit_end_time as recruitEndTime,
b.recruit_work_begin_time as recruitWorkBeginTime,
b.recruit_contact_person as recruitContactPerson,
b.recruit_contact_phone as recruitContactPhone,