更新示例

This commit is contained in:
liangzai 2025-03-16 16:00:36 +08:00
parent 66124a1cb4
commit b1375f0343

View File

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