瀏覽代碼

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
 	}