소스 검색

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

csx 2 년 전
부모
커밋
dcbbe57359
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      controllers/sg/his_api_controller.go

+ 3 - 3
controllers/sg/his_api_controller.go 파일 보기

@@ -8952,9 +8952,9 @@ func (c *HisApiController) GetCheckAccount() {
8952 8952
 	adminUser := c.GetAdminUserInfo()
8953 8953
 	miConfig, _ := service.FindMedicalInsuranceInfo(adminUser.CurrentOrgId)
8954 8954
 	config, _ := service.GetMedicalInsuranceConfig(adminUser.CurrentOrgId)
8955
-	if len(clr_org) == 0 {
8956
-		clr_org = miConfig.MdtrtareaAdmvs
8957
-	}
8955
+	//if len(clr_org) == 0 {
8956
+	//	clr_org = miConfig.MdtrtareaAdmvs
8957
+	//}
8958 8958
 	timeLayout := "2006-01-02"
8959 8959
 	loc, _ := time.LoadLocation("Local")
8960 8960
 	startime, _ := time.ParseInLocation(timeLayout+" 15:04:05", start_time+" 00:00:00", loc)