fix:催收函
This commit is contained in:
parent
1e6d68dcff
commit
688d317c70
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user