he2802 4 éve
szülő
commit
ec8f61b393

+ 0 - 8
zhongzheng-system/src/main/java/com/zhongzheng/modules/bank/domain/Question.java

@@ -52,14 +52,6 @@ private static final long serialVersionUID=1L;
     private String knowledgeIds;
     /** 发布状态 1发布 0未发布 */
     private Integer publishStatus;
-    /** 教育类型ID */
-    private Long educationTypeId;
-    /** 业务层次id */
-    private Long businessId;
-    /** 科目id */
-    private Long subjectId;
-    /** 项目ID */
-    private Long projectId;
     /** 编码 */
     private String code;
 }

+ 0 - 4
zhongzheng-system/src/main/resources/mapper/modules/bank/QuestionMapper.xml

@@ -18,10 +18,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <result property="prefixName" column="prefix_name"/>
         <result property="knowledgeIds" column="knowledge_ids"/>
         <result property="publishStatus" column="publish_status"/>
-        <result property="educationTypeId" column="education_type_id"/>
-        <result property="businessId" column="business_id"/>
-        <result property="subjectId" column="subject_id"/>
-        <result property="projectId" column="project_id"/>
         <result property="code" column="code"/>
     </resultMap>