|
com.justep.exception.BusinessException: 编码: JUSTEP154001; 提示: 模块/qydx/personalCenter/data中, 没有将概念Qydx_evaluate_v映射到数据库;
背景描述:
在业务模块personalCenter自定义的一个action中,查询KSQL:
select tc.COURSE, tc.DESCR as COURSENAME,tc.DURATION_TIME,tc.teacher_name,tc.TEACHERCODE,tc.dept,tc.unit,
e.zhunbei,e.neirong,e.tiaoli,e.jindu,e.hudong,e.zhengti
from CUX_TEACHERCOURSE_V tc OPTIONAL JOIN Qydx_evaluate_v e on tc.COURSE=e.CourseNum where 1=1
Table table = KSQL.select(sql, null, "/qydx/personalCenter/data", null);
其中在/qydx/personalCenter/data的mapping.m中include包含了Qydx_evaluate_v 所在的/qydx/evaluate/data
请问是哪里还需要设置吗?
|
|