|
@@ -782,7 +782,7 @@ func (this *ScheduleApiController) ExportSchedule() {
|
782
|
782
|
err_log := models.ExportErrLog{
|
783
|
783
|
LogType: 2,
|
784
|
784
|
UserOrgId: this.GetAdminUserInfo().CurrentOrgId,
|
785
|
|
- ErrMsg: "存在同名同姓的两个病人",
|
|
785
|
+ ErrMsg: "第" + strconv.FormatInt(int64(schMapM["index"].(float64)), 10) + "行,第" + schMapM["row"].(string) + "列" + "患者姓名为" + name + "在当前机构中存在重名,无法确定到具体患者",
|
786
|
786
|
Status: 1,
|
787
|
787
|
CreateTime: time.Now().Unix(),
|
788
|
788
|
UpdateTime: time.Now().Unix(),
|
|
@@ -1336,7 +1336,7 @@ func (this *ScheduleApiController) ExportScheduleTemplate() {
|
1336
|
1336
|
err_log := models.ExportErrLog{
|
1337
|
1337
|
LogType: 3,
|
1338
|
1338
|
UserOrgId: this.GetAdminUserInfo().CurrentOrgId,
|
1339
|
|
- ErrMsg: "存在同名同姓的两个病人",
|
|
1339
|
+ ErrMsg: "第" + strconv.FormatInt(int64(schMapM["index"].(float64)), 10) + "行,第" + schMapM["row"].(string) + "列" + "患者姓名为" + name + "在当前机构中存在重名,无法确定到具体患者",
|
1340
|
1340
|
Status: 1,
|
1341
|
1341
|
CreateTime: time.Now().Unix(),
|
1342
|
1342
|
UpdateTime: time.Now().Unix(),
|