Sfoglia il codice sorgente

feat: 批量审批校验调整

李学松 2 anni fa
parent
commit
462bd3eb26

+ 1 - 1
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/service/impl/WmReportServiceImpl.java

@@ -576,7 +576,7 @@ public class WmReportServiceImpl extends ServiceImpl<WmReportMapper, WmReport> i
 
 			WmScorePackage taskScorePackage = scorePackageMap.get(queryTask.getScorePackageId());
 			if (!StrUtil.equals(ScorePackageStatusEnum.IN_PROGRESS.val(), taskScorePackage.getScorePackageStatus())
-					|| !StrUtil.equals(ScorePackageStatusEnum.TO_BE_APPROVAL.val(), taskScorePackage.getScorePackageStatus())) {
+					&& !StrUtil.equals(ScorePackageStatusEnum.TO_BE_APPROVAL.val(), taskScorePackage.getScorePackageStatus())) {
 				throw new RuntimeException("积分包状态不支持审核");
 			}