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>