|
@@ -14,7 +14,7 @@ public interface ReportQueryCenterDao extends BaseMapper<ReportForms> {
|
|
|
|
|
|
@Select("select a.id, name, page_json, type, parent_id from " +
|
|
|
"report_forms a, report_forms_rules b " +
|
|
|
- "where del_flag = 0 and a.id = b.rule_id and b.user_code =#{userCode} ")
|
|
|
+ "where del_flag = 0 and a.id = b.rule_id and b.user_code =#{userCode}")
|
|
|
List<ReportForms> selectReportForms(String userCode);
|
|
|
|
|
|
@Select("select id, name, page_json, type, parent_id from " +
|