邱宇豪
2023-09-22 8d573e45a06558221f0945f59666114ba8442075
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