Skip to content

Commit b9e846f

Browse files
committed
check winner
1 parent 088f8b1 commit b9e846f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/cronos/onlinereview/actions/project/ListProjectsAction.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ public String execute() throws BaseException {
344344
winnerId = null;
345345
}
346346
log.info("project:"+String.valueOf(projects[i].getId()));
347+
log.info(String.valueOf(winnerId));
347348
myDeliverables[i] = getMyDeliverablesForPhases(
348349
this, allMyDeliverables, phases[i], myResources[i], winnerId);
349350

0 commit comments

Comments
 (0)