Bläddra i källkod

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

csx 4 år sedan
förälder
incheckning
0db20f5ff7
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      controllers/his_project_api_controller.go

+ 1 - 2
controllers/his_project_api_controller.go Visa fil

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