XMLWAN il y a 3 ans
Parent
révision
7584cba8dd
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1 1
      conf/app.conf
  2. 1 0
      controllers/stock_in_api_controller.go

+ 1 - 1
conf/app.conf Voir le fichier

@@ -1,5 +1,5 @@
1 1
 appname = 血透
2
-httpport = 9529
2
+httpport = 9531
3 3
 runmode = dev
4 4
 
5 5
 #

+ 1 - 0
controllers/stock_in_api_controller.go Voir le fichier

@@ -6153,6 +6153,7 @@ func (this *StockManagerApiController) GetGoodInventoryWarehouseList() {
6153 6153
 	id, _ := this.GetInt64("id")
6154 6154
 	list, _ := service.GetGoodInventoryWarehouseList(id)
6155 6155
 	orgId := this.GetAdminUserInfo().CurrentOrgId
6156
+	fmt.Println(orgId)
6156 6157
 	this.ServeSuccessJSON(map[string]interface{}{
6157 6158
 		"list": list,
6158 6159
 	})