Explorar el Código

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

csx hace 2 años
padre
commit
7c8941e91e
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      service/fj_service.go

+ 5 - 0
service/fj_service.go Ver fichero

@@ -2429,6 +2429,11 @@ func GetFjBusinessHandleInfo(inputStr []byte) (string, string) {
2429 2429
 
2430 2430
 	output_info := ConvertByte2String(outputStr, GB18030)
2431 2431
 	error_info := ConvertByte2String(errMessageStr, GB18030)
2432
+	output_info = Remove0000(output_info)
2433
+	error_info = Remove0000(error_info)
2434
+
2435
+	fmt.Println(output_info)
2436
+	fmt.Println(error_info)
2432 2437
 
2433 2438
 	if ret2 != 0 {
2434 2439
 		return "", ""