差旅异常修复

This commit is contained in:
zengweihai 2024-12-06 10:32:27 +08:00
parent cd15a91ea1
commit 3a4cfeb7d2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class TripReimBillStaAmountCalculationFormPlugin extends AbstractFormPlug
edit.addBeforeF7SelectListener(this);
}
BasedataEdit entruster_edit = this.getView().getControl("shkd_entruster");
if (edit != null){
if (entruster_edit != null){
entruster_edit.addBeforeF7SelectListener(this);
}
}