From 9014b63ac98c0e758b1300abf4c3428183833f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=AB=E7=BA=BF=E5=85=94?= Date: Wed, 9 Aug 2023 14:04:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9ESubWhere?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a94b6f6..c1ac74e 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ - 嵌套事务 - [支付环境下复杂的嵌套事务实例](../../wiki/支付环境下复杂的嵌套事务) - 子查询subQuery - - [SubSql防注入子查询](../../wiki/SubQuery安全子查询) + - [SubSql防注入From子查询](../../wiki/SubQuery安全子查询) - [SubWhere防注入where子查询](../../wiki/SubWhere安全子查询) - 安全性能 - [Paginator-Performance-by-ChatGPT](../../wiki/Paginator分页查询的性能问题-ChatGPT )