From b3f8789cf8bf0d934f8431b1d7b564a756576b4b Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期四, 14 八月 2025 22:18:35 +0800
Subject: [PATCH] feat: new upload file php

---
 AdminUser.gds |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/AdminUser.gds b/AdminUser.gds
index 8dc571b..dd8c9ad 100644
--- a/AdminUser.gds
+++ b/AdminUser.gds
@@ -260,6 +260,7 @@
 								</div>
 								<div class="input">
 									<%sql="select OA_CompetencyID from OA_Competency where OA_CompetencyUserID="&OA_UserID
+									response.write sql
 									rs.open sql,objConn,1,1
 										do while not rs.Eof
 										OA_CompetencyID	= rs(0)

--
Gitblit v1.9.1