hd/pipe/mobile/src/main/resources/mapping/PipeInfoMapper.xml
@@ -195,6 +195,12 @@ <if test="segmentId!=null"> tpi.segment_id = #{segmentId} AND </if> <if test="yearMonth!=null"> tpi.out_mod_time like CONCAT(#{yearMonth},'%') AND </if> <if test="goIn!=null"> tpi.go_in = 2 AND </if> </trim> </where> order by tpi.check_time desc