瀏覽代碼

Merge branch '20201014_xt_api_new_branch' of http://git.shengws.com/csx/XT_New into 20201014_xt_api_new_branch

csx 4 年之前
父節點
當前提交
0db20f5ff7
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      controllers/his_project_api_controller.go

+ 1 - 2
controllers/his_project_api_controller.go 查看文件

@@ -5,7 +5,7 @@ import (
5 5
 	"XT_New/models"
6 6
 	"XT_New/service"
7 7
 	"XT_New/utils"
8
-	//"encoding/json"
8
+	"encoding/json"
9 9
 	"fmt"
10 10
 	"github.com/astaxie/beego"
11 11
 	"github.com/jinzhu/gorm"
@@ -620,7 +620,6 @@ func (this *HisProjectApiController) AddProjectList() {
620 620
 
621 621
 	id, _ := this.GetInt64("id")
622 622
 	number, _ := this.GetInt64("number")
623
-	fmt.Println(id, number)
624 623
 	adminUserInfo := this.GetAdminUserInfo()
625 624
 	orgId := adminUserInfo.CurrentOrgId
626 625
 	projectList := models.XtHisProjectList{