1
zj
2025-03-12 d12967b6b0d4a6da6946699aa14d7d008aa79db0
src/main/resources/mapper/UserStockSubscribeMapper.xml
@@ -216,6 +216,12 @@
        <if test="agentId != null and agentId != ''">
            and agent_id = #{agentId}
        </if>
        <if test="name != null and name != ''">
            and new_name = #{name}
        </if>
        <if test="status != null and status != ''">
            and status = #{status}
        </if>
        order by id desc
    </select>