ソースを参照

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

csx 3 年 前
コミット
80b1f0cef1
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      controllers/sg/his_api_controller.go

+ 1 - 0
controllers/sg/his_api_controller.go ファイルの表示

@@ -218,6 +218,7 @@ func (c *HisApiController) ReadCard() {
218 218
 	id_card_type, _ := c.GetInt64("id_card_type")
219 219
 	admin_user_id, _ := c.GetInt64("admin_user_id")
220 220
 	certificates, _ := c.GetInt64("certificates")
221
+	fmt.Println(c.GetAdminUserInfo().CurrentOrgId)
221 222
 	roles, _ := service.GetAdminUserInfoByID(c.GetAdminUserInfo().CurrentOrgId, admin_user_id)
222 223
 	miConfig, _ := service.FindMedicalInsuranceInfo(c.GetAdminUserInfo().CurrentOrgId)
223 224