Browse Source

代码优化

wanwei 8 months ago
parent
commit
8b1a641032
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/main/java/fi/er/opplugin/FinapbillBeforeF7SelectSample.java

+ 0 - 2
src/main/java/fi/er/opplugin/FinapbillBeforeF7SelectSample.java

@@ -64,8 +64,6 @@ public class FinapbillBeforeF7SelectSample extends AbstractFormPlugin implements
 
     @Override
     public void propertyChanged(PropertyChangedArgs e) {
-        //报账类型
-        String reimbursetype = (String) this.getModel().getValue("reimbursetype");
         String fieldKey = e.getProperty().getName();
         if (StringUtils.equals("nckd_real_card", fieldKey)){
             ChangeData changeData = e.getChangeSet()[0];