Browse Source

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

csx 2 years ago
parent
commit
5c65765c29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/gdyb_service.go

+ 1 - 1
service/gdyb_service.go View File

@@ -682,7 +682,7 @@ func Gdyb2203(psnNo string, mdtrtId string, doctor string, department string, or
682 682
 		diseinfo_sun["diag_dept"] = department       // 诊断科室
683 683
 		diseinfo_sun["dise_dor_no"] = doctor_id      // 诊断医生编码
684 684
 		diseinfo_sun["dise_dor_name"] = doctor       // 诊断医生姓名
685
-		diseinfo_sun["diag_time"] = timeFormatOne    // 诊断时间
685
+		diseinfo_sun["diag_time"] = begin_time       // 诊断时间
686 686
 		diseinfo_sun["vali_flag"] = "1"              // 有效标志
687 687
 		diseinfo = append(diseinfo, diseinfo_sun)
688 688
 	}