1
zj
2024-10-18 cd8df4afe77d1ea07c87f66714349ae0a699e67e
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>