Explorar el Código

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

csx hace 3 años
padre
commit
7bd0f3f02d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      controllers/sg/his_api_controller.go

+ 2 - 2
controllers/sg/his_api_controller.go Ver fichero

@@ -7969,7 +7969,7 @@ func (c *HisApiController) Check310() {
7969 7969
 	user_name = "高慧裕"
7970 7970
 	api := "http://127.0.0.1:9532/" + "gdyb/ten?" +
7971 7971
 		"insutype=" + "310" +
7972
-		"&clr_type=" + "11" +
7972
+		"&clr_type=" + "" +
7973 7973
 		"&setl_optins=" + "441202" +
7974 7974
 		"&stmt_begndate=" + "2022-03-01" +
7975 7975
 		"&stm_enddate=" + "2022-03-31" +
@@ -8024,7 +8024,7 @@ func (c *HisApiController) Check390() {
8024 8024
 	user_name = "高慧裕"
8025 8025
 	api := "http://127.0.0.1:9532/" + "gdyb/ten?" +
8026 8026
 		"insutype=" + "390" +
8027
-		"&clr_type=" + "11" +
8027
+		"&clr_type=" + "" +
8028 8028
 		"&setl_optins=" + "441202" +
8029 8029
 		"&stmt_begndate=" + "2022-03-01" +
8030 8030
 		"&stm_enddate=" + "2022-03-31" +