ソースを参照

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

王苗苗 3 ヶ月 前
コミット
ef6147688b

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