瀏覽代碼

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)