Browse Source

后端: 专业处室发起的合同评价已办任务列表

baichengfei 4 years ago
parent
commit
58a0d9a9db
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/dashoo.cn/backend/api/controllers/oilsupplier/todolist.go

+ 2 - 0
src/dashoo.cn/backend/api/controllers/oilsupplier/todolist.go

@@ -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