fix 嘉宾上传文件
This commit is contained in:
+1
-1
@@ -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)){
|
||||
|
||||
Reference in New Issue
Block a user