运行功能时应用服务器的控制台报错如下:

 Caused by: com.justep.exception.BusinessException: 编码: JUSTEP154058; 提示: 以*展开的单值关系只能保存到主表上, t_DictMenu.fDictMenuChild不允许以*展开
         at com.justep.exception.BusinessException.create(Unknown Source)
         at com.justep.util.Utils.check(Unknown Source) 
         at com.justep.system.ksql.parser.AbstractParser.handleAllRelation(Unknown Source) 
         at com.justep.system.ksql.parser.AbstractParser.selectSentenceNode(Unknown Source) 
         at com.justep.system.ksql.parser.QueryParser.start(Unknown Source) 
         at com.justep.system.ksql.parser.QueryParser.start(Unknown Source) 
         at com.justep.system.ksql.parser.AbstractParser.parse(Unknown Source)

错误的原因是因为概念中有关系设置的是多值,并且数据库中也有对应的字段

平台默认的多值的关系,数据库中不需要有对应的自己,所以出现这个错误的时候检查概念中设置多值的关系,然后到数据库表中把对应字段删除了即可