From 688d317c7073c2a72abe323884d299e59d48d92d Mon Sep 17 00:00:00 2001 From: maliang Date: Wed, 16 Aug 2023 13:40:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=82=AC=E6=94=B6=E5=87=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tenwa/officetempalte/controller/RentNotinyDeleteAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_core/com/tenwa/officetempalte/controller/RentNotinyDeleteAction.java b/src_core/com/tenwa/officetempalte/controller/RentNotinyDeleteAction.java index 3543e3f0e..bd2b33491 100644 --- a/src_core/com/tenwa/officetempalte/controller/RentNotinyDeleteAction.java +++ b/src_core/com/tenwa/officetempalte/controller/RentNotinyDeleteAction.java @@ -143,7 +143,7 @@ public class RentNotinyDeleteAction { if(objecttype!=null){ DOCRELATIVE=bom.createQuery(" PROJ_ID=:projectId and OBJECTTYPE=:objecttype"). setParameter("projectId",projectId).setParameter("objecttype",objecttype).getSingleResult(false); - System.out.println("deletequtationBytype---------------------------:"+objecttype); + System.out.println("deletequtationBytype---------------------------:---"+objecttype); } if(DOCRELATIVE!=null){ String DOCRELATIVEid=DOCRELATIVE.getAttribute("id").toString();