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