|
@@ -349,6 +349,8 @@ func (this *TodoListController) GetMyTaskFinishedList() {
|
|
|
wfNames = workflow.OIL_DAILY_CONTRACT_EVALUATION
|
|
wfNames = workflow.OIL_DAILY_CONTRACT_EVALUATION
|
|
|
} else if stype == "11" {
|
|
} else if stype == "11" {
|
|
|
wfNames = workflow.OIL_ANNUAL_CONTRACT_EVALUATION
|
|
wfNames = workflow.OIL_ANNUAL_CONTRACT_EVALUATION
|
|
|
|
|
+ } else if stype == "12" {
|
|
|
|
|
+ wfNames = workflow.OIL_DAILY_CONTRACT_EVA_BY_BUSINESS
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
var todoliststemp []todolist.TodoList
|
|
var todoliststemp []todolist.TodoList
|