"jetbrains:/idea/checkout/git" did not exist on "8ad33f026954a79bc898f2eedd91c6722dafe6a2"
Commit 9a24895a authored by mingsoft's avatar mingsoft
Browse files

删除

parent e29f3ced
......@@ -246,7 +246,7 @@ public class ContentAction extends BaseAction {
CategoryEntity categoryEntity = categoryBiz.getById(contents.get(i).getCategoryId());
//如果栏目绑定的模型ID为空
if (categoryEntity.getMdiyModelId() == null){
break;
continue;
}
//获取到配置模型实体
ModelEntity modelEntity = modelBiz.getById(categoryEntity.getMdiyModelId());
......
Supports Markdown
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