|
@@ -19,6 +19,7 @@
|
|
|
<result column="control_type" property="controlType" />
|
|
|
<result column="retract" property="retract" />
|
|
|
<result column="add_line" property="addLine" />
|
|
|
+ <result column="mono_line" property="monoLine" />
|
|
|
<result column="bold" property="bold" />
|
|
|
<result column="remark" property="remark" />
|
|
|
</resultMap>
|
|
@@ -112,7 +113,6 @@
|
|
|
|
|
|
</select>
|
|
|
|
|
|
-
|
|
|
<select id="getParent" resultMap="BaseResultMap">
|
|
|
SELECT a.* FROM `qc_question_info` a, qc_question_mapping b
|
|
|
where a.is_deleted = 'N' and b.is_deleted = 'N' and a.id = b.parent_question
|
|
@@ -138,7 +138,6 @@
|
|
|
</if>
|
|
|
</select>
|
|
|
|
|
|
-
|
|
|
<select id="getByParam" parameterType="java.util.Map" resultMap="BaseResultMap">
|
|
|
select * from prec_question_info where is_deleted = 'N'
|
|
|
and id = #{id}
|