@@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="isDelete != null "> and is_delete = #{isDelete}</if>
<if test="userId != null "> and user_id = #{userId}</if>
</where>
- and del_flag = 0 order by id desc
+ order by id desc
</select>
<select id="selectCAgentById" parameterType="String" resultMap="CAgentResult">