sangwenwei 1 年之前
父节点
当前提交
7e5486d341

+ 1 - 0
jeeplus-common/jeeplus-common-mybatis-plus/src/main/java/com/jeeplus/config/TenantLineHandlerImpl.java

@@ -79,6 +79,7 @@ public class TenantLineHandlerImpl implements TenantLineHandler {
                 || (tableName.startsWith ( "work_" ))
                 || (tableName.startsWith ( "work_" ))
                 || (tableName.startsWith ( "zs_reimbursement_" ))
                 || (tableName.startsWith ( "zs_reimbursement_" ))
                 || (tableName.startsWith ( "human_" ))
                 || (tableName.startsWith ( "human_" ))
+                || (tableName.startsWith ( "ccpm_" ))
                 || (tableName.startsWith ( "program_" ))) {
                 || (tableName.startsWith ( "program_" ))) {
             return true;
             return true;
         }
         }