|
@ -143,10 +143,10 @@ public class ExcelService implements IExcelService { |
|
|
if (projectInfoStart == 0) { |
|
|
if (projectInfoStart == 0) { |
|
|
throw new BaseException(CodeEnum.WSB_NOT_PROJECT_HEADER); |
|
|
throw new BaseException(CodeEnum.WSB_NOT_PROJECT_HEADER); |
|
|
} |
|
|
} |
|
|
if (projectInfoStart == 0) { |
|
|
if (memberStart == 0) { |
|
|
throw new BaseException(CodeEnum.WSB_NOT_MEMBER_HEADER); |
|
|
throw new BaseException(CodeEnum.WSB_NOT_MEMBER_HEADER); |
|
|
} |
|
|
} |
|
|
if (projectInfoStart == 0) { |
|
|
if (taskStart == 0) { |
|
|
throw new BaseException(CodeEnum.WSB_NOT_TASK_HEADER); |
|
|
throw new BaseException(CodeEnum.WSB_NOT_TASK_HEADER); |
|
|
} |
|
|
} |
|
|
readProject(wbsSheet, projectInfoStart, projectInfoEnd, currentUserId, sysProject); |
|
|
readProject(wbsSheet, projectInfoStart, projectInfoEnd, currentUserId, sysProject); |
|
|