| | |
| | | filePath := archive.FileArchivePath() + "\" + "temp" + "\"; |
| | | OS::CreateDirectory( filePath ); |
| | | |
| | | // 创建执行状态 |
| | | archive.RequirementImportExecutionStatus( relnew, |
| | | ExecutionStatus := "InProgress", |
| | | ExecutionUserName := userName ); |
| | | |
| | | if ( prBinaryValue.Size() > 0 ) { |
| | | Archive::HandlePR( archive, macroPlan, userName, prFileName, prBinaryValue, isPRArchive, filePath ); |
| | | archive -> Archive::HandlePR( macroPlan, userName, prFileName, prBinaryValue, isPRArchive, filePath ); |
| | | } else if ( ppBinaryValue.Size() > 0 ) { |
| | | Archive::HandlePP( archive, macroPlan, userName, ppFileName, ppBinaryValue, isPPArchive, filePath ); |
| | | } else if ( budgetBinaryValue.Size() > 0 ) { |