huliguo
2025-07-03 e3a2245265516fef78b4737d6fffc939e7c5e0af
pt-errand/src/main/resources/mapper/FeedbackMapper.xml
@@ -16,8 +16,9 @@
        <if test="dto.phone != null and dto.phone !='' ">
            and phone like concat('%',#{dto.phone},'%')
        </if>
        <if test="dto.status != null  ">
        <if test="dto.status != null and dto.status != -1 ">
            and status= #{dto.status}
        </if>
        order by create_time desc
    </select>
</mapper>