李旭东
2023-11-03 a07b4b6ff1c98dcf81338bb45d59308db7c058a9
hd/pipe/mobile/src/main/resources/mapping/PipeInfoMapper.xml
@@ -192,8 +192,17 @@
                 <if test="num!=null">
                     tpi.pipe_num = #{num} AND
                 </if>
            </trim>
        </where>
                 <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
         ) a
         <if test="groupId != null and groupId !=''">