Browse Source

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

csx 2 years ago
parent
commit
cbd9033ebc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/fj_service.go

+ 1 - 1
service/fj_service.go View File

89
 	fmt.Println(output)
89
 	fmt.Println(output)
90
 	fmt.Println("错误信息:")
90
 	fmt.Println("错误信息:")
91
 	fmt.Println(err_msg)
91
 	fmt.Println(err_msg)
92
-	return ConvertToString(output, "gbk", "utf-8"), inputLog
92
+	return output, inputLog
93
 }
93
 }
94
 
94
 
95
 // 门诊挂号
95
 // 门诊挂号