Przeglądaj źródła

feat(合同):合同制作

liutao 5 miesięcy temu
rodzic
commit
5e14c02323

+ 13 - 16
src/main/java/com/sunxung/factoring/service/project/impl/ProjectCoreEnterpriseAuditServiceImpl.java

@@ -823,9 +823,6 @@ public class ProjectCoreEnterpriseAuditServiceImpl extends ServiceImpl<ProjectCo
             if (projectCoreEnterpriseScore.getEnterpriseNatureScore().compareTo(BigDecimal.ZERO) == 0) {
                 errors.add("企业性质不准入!");
             }
-            if (projectCoreEnterpriseScore.getHoldingRatioScore().compareTo(BigDecimal.ZERO) == 0) {
-                errors.add("控股比例不准入!");
-            }
             if (projectCoreEnterpriseScore.getEquityHierarchyScore().compareTo(BigDecimal.ZERO) == 0) {
                 errors.add("股权层级不准入!");
             }
@@ -844,9 +841,9 @@ public class ProjectCoreEnterpriseAuditServiceImpl extends ServiceImpl<ProjectCo
             if (projectCoreEnterpriseScore.getStCountPersonScore().compareTo(BigDecimal.ZERO) == 0) {
                 errors.add("限高消费情况(法人)不准入");
             }
-            if (projectCoreEnterpriseAuditInfo.getInvolvingLitigationAccess() == 0) {
-                errors.add("历史涉诉数量(近一年)不准入");
-            }
+//            if (projectCoreEnterpriseAuditInfo.getInvolvingLitigationAccess() == 0) {
+//                errors.add("历史涉诉数量(近一年)不准入");
+//            }
             if (projectCoreEnterpriseScore.getPrivateLendingScore().compareTo(BigDecimal.ZERO) == 0) {
                 errors.add("民间借贷被告记录不准入");
             }
@@ -854,7 +851,7 @@ public class ProjectCoreEnterpriseAuditServiceImpl extends ServiceImpl<ProjectCo
                 errors.add("金融机构被告案件不准入");
             }
             if (projectCoreEnterpriseScore.getEquityFreezeScore().compareTo(BigDecimal.ZERO) == 0) {
-                errors.add(" 股权冻结不准入");
+                errors.add("股权冻结不准入");
             }
             if (projectCoreEnterpriseScore.getMajorAbnormalLitigationScore().compareTo(BigDecimal.ZERO) == 0) {
                 errors.add("重大异常诉讼不准入");
@@ -874,15 +871,15 @@ public class ProjectCoreEnterpriseAuditServiceImpl extends ServiceImpl<ProjectCo
             if (projectCoreEnterpriseScore.getExceptionScore().compareTo(BigDecimal.ZERO) == 0) {
                 errors.add("其他经营异常不准入");
             }
-            if (projectCoreEnterpriseAuditInfo.getAdministrativePenaltyAccess() == 0) {
-                errors.add("行政处罚数量不准入");
-            }
-            if (projectCoreEnterpriseAuditInfo.getAdministrativePenaltyAmountAccess() == 0) {
-                errors.add("行政处罚金额不准入");
-            }
-            if (projectCoreEnterpriseAuditInfo.getEnvironmentalPenaltyAmountAccess() == 0) {
-                errors.add("环保处罚金额不准入");
-            }
+//            if (projectCoreEnterpriseAuditInfo.getAdministrativePenaltyAccess() == 0) {
+//                errors.add("行政处罚数量不准入");
+//            }
+//            if (projectCoreEnterpriseAuditInfo.getAdministrativePenaltyAmountAccess() == 0) {
+//                errors.add("行政处罚金额不准入");
+//            }
+//            if (projectCoreEnterpriseAuditInfo.getEnvironmentalPenaltyAmountAccess() == 0) {
+//                errors.add("环保处罚金额不准入");
+//            }
             admitted = ProjectCoreEnterpriseScoringModel.NOT_ADMITTED;
         } else {
             //固定额度  固定打分