|
@@ -36,7 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="cf != null and cf != ''"> and cf = #{cf}</if>
|
|
<if test="cf != null and cf != ''"> and cf = #{cf}</if>
|
|
<if test="ext != null and ext != ''"> and ext = #{ext}</if>
|
|
<if test="ext != null and ext != ''"> and ext = #{ext}</if>
|
|
</where>
|
|
</where>
|
|
- and del_flag = 0 order by id desc
|
|
|
|
|
|
+ order by id desc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectAutoFeedbackById" parameterType="Long" resultMap="AutoFeedbackResult">
|
|
<select id="selectAutoFeedbackById" parameterType="Long" resultMap="AutoFeedbackResult">
|