浏览代码

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 2 年前
父节点
当前提交
d47a2cfdc6
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      controllers/sg/his_api_controller.go

+ 0 - 7
controllers/sg/his_api_controller.go 查看文件

@@ -690,13 +690,6 @@ func (c *HisApiController) Check3102() {
690 690
 	data["fopd"] = fopd
691 691
 	data["trig_scen"] = trig_scen
692 692
 
693
-	fmt.Println(data)
694
-	fmt.Println(fed)
695
-	fmt.Println(fdds)
696
-	fmt.Println(orders)
697
-	fmt.Println(pd)
698
-	fmt.Println(pp)
699
-	fmt.Println(fopd)
700 693
 	client := &http.Client{}
701 694
 	bytesData, _ := json.Marshal(data)
702 695
 	var req *http.Request