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