bug修复

This commit is contained in:
2025-10-31 10:06:58 +08:00
parent 28978ea9a4
commit b3c4e34a5a

View File

@@ -1788,7 +1788,6 @@ public class ProjectServiceImpl implements ProjectService {
return SdmResponse.failed(msg.substring(msg.indexOf(":") + 2));
}
}
}
return SdmResponse.success(approveVersion);
}