Просмотр исходного кода

修改尚辉创建表和之前通用表字段不一致 导致查询失败的bug

王苗苗 5 месяцев назад
Родитель
Сommit
ef6147688b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      slibra-system/src/main/resources/mapper/business/CAgentMapper.xml

+ 1 - 1
slibra-system/src/main/resources/mapper/business/CAgentMapper.xml

@@ -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">