提交 94f72fe8 authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 79b44411
......@@ -123,7 +123,7 @@ public class InformationController {
if(information.getColumnId()!=null) {
InformationColumn column = informationColumnService.selectByPrimaryKey(information.getColumnId());
if(column!=null) {
vo.setColumn(column.getTitle());
vo.setColumnName(column.getTitle());
}
Example example = informationRelationService.createExample();
example.createCriteria().andEqualTo("infoId", oid);
......
......@@ -55,7 +55,7 @@ public class FgInformationController {
if(information.getColumnId()!=null) {
InformationColumn column = informationColumnService.selectByPrimaryKey(information.getColumnId());
if(column!=null) {
vo.setColumn(column.getTitle());
vo.setColumnName(column.getTitle());
}
Example example = informationRelationService.createExample();
example.createCriteria().andEqualTo("infoId", oid);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论