Selaa lähdekoodia

责任中心设置

ljx 4 vuotta sitten
vanhempi
commit
7fdc40ca84

+ 1 - 1
src/main/java/com/imed/costaccount/service/impl/ReportFormServiceImpl.java

@@ -64,7 +64,7 @@ public class ReportFormServiceImpl extends ServiceImpl<ReportFormMapper, ReportF
                 reportFormVO.setShowAddRelation(1);
             } else if (i.getCalcType() == 2) {
                 reportFormVO.setShowAddRelation(2);
-            } else if (i.getCalcType() == 3) {
+            } else if (i.getCalcType() == 5) {
                 reportFormVO.setShowAddRelation(3);
             }
             return reportFormVO;