问题修改

This commit is contained in:
lixiao 2025-04-25 17:05:14 +08:00
parent e03483d16f
commit 90c348eb47

View File

@ -1695,7 +1695,7 @@ export default class Judge {
} }
if (isRequired && projectKey != '11') { if (isRequired && projectKey != '11') {
projectNum += 1; projectNum += 1;
if (type == 3 || type == 4) { if (type == 3 || type == 4 || ykType == 3 || ykType == 4) {
endProjectsNum += 1; endProjectsNum += 1;
} }
} }