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