修改bug#41590
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ public class ProjectPackServiceImpl implements ProjectPackService {
|
||||
throw new JeroBootException("企业不匹配!");
|
||||
}
|
||||
//审核不通过不允许打包
|
||||
if (!Objects.equals(payMeetingSituationOld.getCheckResult(), MeetingSubitemCommon.SIGNUP_STATUS_1)) {
|
||||
if (!Objects.equals(payMeetingSituationOld.getRegisterCheckResult(), MeetingSubitemCommon.SIGNUP_STATUS_1)) {
|
||||
throw new JeroBootException("项目未审核通过!");
|
||||
}
|
||||
LambdaUpdateWrapper<PayMeetingSituation> payMeetingSituation = new LambdaUpdateWrapper<>();
|
||||
|
||||
Reference in New Issue
Block a user