1
dd
2025-12-26 3cfb3d987566f4baf5563a52dced85c9bd8a5391
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>