From d848ebc0bd707f53b47b3fedda49296b7fac6717 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期二, 29 十月 2019 15:46:45 +0800 Subject: [PATCH] add JoinDbTable --- extend/code/code.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/extend/code/code.go b/extend/code/code.go index 9ca61bb..7027f13 100644 --- a/extend/code/code.go +++ b/extend/code/code.go @@ -60,4 +60,5 @@ ComError = &Code{http.StatusInternalServerError, false, ""} ClusterNodesEmpty = &Code{http.StatusOK, true, "闆嗙兢鑺傜偣涓虹┖"} + AddTaskErr = &Code{http.StatusInternalServerError, false, "姝ゅ浗鏍囨憚鍍忔満宸插湪鍏跺畠鏈嶅姟鍣ㄩ厤缃换鍔★紒"} ) -- Gitblit v1.8.0