fix 嘉宾上传文件

This commit is contained in:
lijiarao
2023-07-14 09:52:19 +08:00
parent 995ab6cb86
commit 4dfeab2d34
@@ -1791,7 +1791,7 @@ public class PayMeetingSituationServiceImpl extends ServiceImpl<PayMeetingSituat
LambdaQueryWrapper<PayMeetingSituation> wrapper = new LambdaQueryWrapper<>();
wrapper.eq(PayMeetingSituation::getMeetingId,meetingId);
wrapper.eq(PayMeetingSituation::getContractId,sysUserId);
wrapper.eq(PayMeetingSituation::getCompanyContactId,sysUserId);
PayMeetingSituation meetingSituation = this.getOne(wrapper);
Integer identity = meetingSituation.getIdentity();
if (!identity.equals(MeetingSubitemCommon.JIA_BIN)){