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();