邱宇豪
2023-11-03 bd74616204baf4e3f8bb124f142a07be8e5e9f13
hd/pipe/mobile/src/main/resources/mapping/PipeInfoMapper.xml
@@ -195,6 +195,9 @@
                 <if test="segmentId!=null">
                     tpi.segment_id = #{segmentId} AND
                 </if>
                 <if test="yearMonth!=null">
                     out_mod_time like CONCAT(#{yearMonth},'%') AND
                 </if>
            </trim>
        </where>
         order by tpi.check_time desc