|
|
|
@@ -216,6 +216,9 @@ public class ShardingSpherePlugin implements MyBatisPlus { |
|
|
|
} |
|
|
|
|
|
|
|
private String getField(String column) { |
|
|
|
if (null == column) { |
|
|
|
throw new RuntimeException("table sharinding error column is null"); |
|
|
|
} |
|
|
|
String[] field = column.split("_"); |
|
|
|
String fieldName = ""; |
|
|
|
if (null != field && field.length > 0) { |
|
|
|
|