sangwenwei 1 year ago
parent
commit
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 ( "zs_reimbursement_" ))
                 || (tableName.startsWith ( "human_" ))
+                || (tableName.startsWith ( "ccpm_" ))
                 || (tableName.startsWith ( "program_" ))) {
             return true;
         }