张晓波
2023-10-18 c5ec4cedba3d2f84d12e76419da88f03fff73974
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