Commit 420520a1 authored by yanzg's avatar yanzg

表结构修改

parent 3fd4e21b
...@@ -5,6 +5,7 @@ import com.yanzuoguang.dao.TableAnnotation; ...@@ -5,6 +5,7 @@ import com.yanzuoguang.dao.TableAnnotation;
import com.yanzuoguang.dao.cond.SqlCondDefault; import com.yanzuoguang.dao.cond.SqlCondDefault;
import com.yanzuoguang.util.base.MethodField; import com.yanzuoguang.util.base.MethodField;
import com.yanzuoguang.util.base.ObjectHelper; import com.yanzuoguang.util.base.ObjectHelper;
import com.yanzuoguang.util.exception.RuntimeCodeException;
import com.yanzuoguang.util.helper.StringHelper; import com.yanzuoguang.util.helper.StringHelper;
import java.util.ArrayList; import java.util.ArrayList;
...@@ -372,7 +373,7 @@ public class TableStruct { ...@@ -372,7 +373,7 @@ public class TableStruct {
return fieldVo; return fieldVo;
} }
} }
return null; throw new RuntimeCodeException("表" + this.name + "不存在列" + name);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment