v1.2.1 Update marriage Example ID

This commit is contained in:
liangzai 2025-01-04 00:42:35 +08:00
parent 984b07e2d5
commit e851f89608

View File

@ -66,7 +66,7 @@ func (l *QueryExampleLogic) QueryExample(req *types.QueryExampleReq) (resp *type
case "toc_EnterpriseLawsuit": case "toc_EnterpriseLawsuit":
exampleID = 81 exampleID = 81
case "toc_Marriage": case "toc_Marriage":
exampleID = 72 exampleID = 367
default: default:
return nil, errors.Wrapf(xerr.NewErrCode(xerr.DB_ERROR), "示例报告, 获取示例报告失败: %v", err) return nil, errors.Wrapf(xerr.NewErrCode(xerr.DB_ERROR), "示例报告, 获取示例报告失败: %v", err)
} }