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