修复合同修订页面打开报错

This commit is contained in:
ptt 2025-03-06 15:58:51 +08:00
parent 6e67bd8b3f
commit 4abc29ee11
1 changed files with 7 additions and 0 deletions

View File

@ -82,6 +82,13 @@ public class ContractProjectFormPlugin extends AbstractBillPlugIn {
}
private void updateRenovationProject() {
try {
if("recon_conrevisebill".equals(this.getView().getFormShowParameter().getFormId())){
return;
}
}catch (Exception e){
}
DynamicObject org = (DynamicObject) this.getModel().getValue("org");
// 只有在需求组织不为空的情况下才进行查询