|
@@ -1075,7 +1075,7 @@ func (this *HisProjectApiController) PostPrintHisTemplate() {
|
1075
|
1075
|
adminUserInfo := this.GetAdminUserInfo()
|
1076
|
1076
|
orgId := adminUserInfo.CurrentOrgId
|
1077
|
1077
|
_, errcode := service.GetHisTemplateId(template_id, orgId)
|
1078
|
|
- fmt.Println("errcode", errcode)
|
|
1078
|
+ //fmt.Println("errcode", errcode)
|
1079
|
1079
|
if errcode == gorm.ErrRecordNotFound {
|
1080
|
1080
|
template := models.XtHisTemplate{
|
1081
|
1081
|
TemplateId: template_id,
|