From 9e5da8899bc21bb5b6b0a3c267108caa00199291 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 19 五月 2024 15:46:08 +0800
Subject: [PATCH] websocket代码整理
---
smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/handler/field/provider/AbstractSqlParseProvider.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/handler/field/provider/AbstractSqlParseProvider.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/handler/field/provider/AbstractSqlParseProvider.java
index b994716..c287bb5 100644
--- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/handler/field/provider/AbstractSqlParseProvider.java
+++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/handler/field/provider/AbstractSqlParseProvider.java
@@ -15,7 +15,7 @@
import com.qianwen.smartman.modules.system.service.ICustomTemplateFieldService;
import com.qianwen.smartman.modules.system.vo.CustomFieldValueVO;
-/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/system/handler/field/provider/AbstractSqlParseProvider.class */
+
public abstract class AbstractSqlParseProvider {
private String joinTableName;
private String extraFieldColumnName;
@@ -143,7 +143,7 @@
/* JADX INFO: Access modifiers changed from: package-private */
/* renamed from: org.springblade.modules.system.handler.field.provider.AbstractSqlParseProvider$1 reason: invalid class name */
- /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/system/handler/field/provider/AbstractSqlParseProvider$1.class */
+
public static /* synthetic */ class AnonymousClass1 {
static final /* synthetic */ int[] $SwitchMap$org$springblade$modules$system$enums$CustomFieldTypeEnums = new int[CustomFieldTypeEnums.values().length];
--
Gitblit v1.9.3