Преглед изворни кода

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

csx пре 3 година
родитељ
комит
dd5d1b2008
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go Прегледај датотеку

@@ -234,7 +234,7 @@ func (c *HisApiController) GetBasBaseInfo() string {
234 234
 	fmt.Println(string(str1))
235 235
 	fmt.Println(string(str))
236 236
 
237
-	if ret2 != nil {
237
+	if ret2 != 0 {
238 238
 		c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeReadCardException)
239 239
 		return ""
240 240
 	}