From bee597c1c3bdd34e465a0adcb3e7194baa3148dc Mon Sep 17 00:00:00 2001 From: 张磊磊 <201175954@qq.com> Date: 星期五, 03 十一月 2023 16:10:37 +0800 Subject: [PATCH] 添加参数 ai---videoBase64 --- hd/pipe/mobile/src/main/resources/mapping/PipeInfoMapper.xml | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hd/pipe/mobile/src/main/resources/mapping/PipeInfoMapper.xml b/hd/pipe/mobile/src/main/resources/mapping/PipeInfoMapper.xml index e2ad715..46ff19f 100644 --- a/hd/pipe/mobile/src/main/resources/mapping/PipeInfoMapper.xml +++ b/hd/pipe/mobile/src/main/resources/mapping/PipeInfoMapper.xml @@ -195,8 +195,11 @@ <if test="segmentId!=null"> tpi.segment_id = #{segmentId} AND </if> - </trim> - </where> + <if test="yearMonth!=null"> + out_mod_time like CONCAT(#{yearMonth},'%') AND + </if> + </trim> + </where> order by tpi.check_time desc ) a <if test="groupId != null and groupId !=''"> -- Gitblit v1.9.3