fix:催收函

This commit is contained in:
maliang 2023-08-16 13:40:34 +08:00
parent 1e6d68dcff
commit 688d317c70

View File

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