unknown
2023-10-23 a8a8da215210c0e18de9ab8efa4d16e08ba70c96
hd/pipe/mobile/src/main/resources/mapping/PipeInfoMapper.xml
@@ -192,6 +192,9 @@
                 <if test="num!=null">
                     tpi.pipe_num = #{num} AND
                 </if>
                 <if test="segmentId!=null">
                     tpi.segment_id = #{segmentId} AND
                 </if>
            </trim>
        </where>
         order by tpi.check_time desc