xs 5 роки тому
батько
коміт
595c6f0ea9

+ 1 - 1
src/main/java/com/jeeplus/modules/sg/financial/erpcredit/util/ErpInfo.java

@@ -530,7 +530,7 @@ public  class ErpInfo {
                         erpCredit.setOtherSupervisorFee(otherSupervisorFee);
                     }
                     //判断WBS描述为工程设计费
-                    if (erpAccount.getWbsDetails().equals(ErpInfo.CON_EDF)){
+                    if (erpAccount.getWbsDetails().equals(ErpInfo.CON_EDF)||erpAccount.getWbsDetails().contains(ErpInfo.CON_PLMDESIGN)){
                         otherDesignFee = erpCredit.getOtherDesignFee() + lineItemAmount;//设计费
                         erpCredit.setOtherDesignFee(otherDesignFee);
                     }