From fbba92c5aa82e4e873a8faf6b5118400356d8f63 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Wed, 27 Sep 2023 09:57:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=97=E8=B4=A2=E9=A3=8E=E6=8E=A7=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5-jsp=E6=97=A5=E5=BF=97=E6=89=93=E5=8D=B0=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Project/BusinessApplication/personAddress.jsp | 1 - 1 file changed, 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/personAddress.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/personAddress.jsp index 0acc8fc22..302521b6f 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/personAddress.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/personAddress.jsp @@ -4,7 +4,6 @@ String addressId = CurPage.getParameter("addressId"); String areaCode = ""; - System.out.println("--addressId---¡·¡·¡·¡·" + addressId); ASObjectModel doTemp = new ASObjectModel("HouseholdSelectAddr"); if(StringUtils.isNotEmpty(addressId)){ ASResultSet as2 = Sqlca.getASResultSet(new SqlObject("select address_detail as address ,itemname as area_name, cpt.ap_address_code " +