1
zyy
2026-03-12 93fca013daa4773c4fbb1a94e80bce076b4fb332
src/main/resources/mapper/UserStockSubscribeMapper.xml
@@ -213,6 +213,9 @@
        <if test="keyword != null and keyword != ''">
            and (user_id = #{keyword} or real_name like CONCAT('%',#{keyword},'%') or phone like CONCAT('%',#{keyword},'%'))
        </if>
        <if test="agentId != null and agentId != ''">
            and agent_id = #{agentId}
        </if>
        order by id desc
    </select>