招工信息需要1人,但是申请人有10人,且包工头页选择了这10个人,那么会出现以下两种情况
1、务工者10人都得到了消息,但是只有其中一人积极进入页面并同意了,此时代表招工已招满,那么此时其他人再进入页面,会出现已满员表示且不显示按钮 2、务工者10人都得到了消息,且同时都进入了页面,只要有一个人选择了同意,那其他人再点击同意就会出现报错信息
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user