1
zj
2024-05-23 367f8e26e9b8e267f7cf7f1ea4a6b3694b773c0c
src/main/resources/mapper/UserMapper.xml
@@ -82,6 +82,9 @@
        <include refid="Base_Column_List"/>
        FROM user
        <where>
            <if test="id != null and id != '' ">
                and id = #{id}
            </if>
            <if test="searchId != null ">
                and agent_id = #{searchId}
            </if>