From c61d0bb1cdcc3012b876dd33066c221cd859e527 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 28 九月 2022 13:33:26 +0800 Subject: [PATCH] # --- src/main/resources/mapper/MatMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/MatMapper.xml b/src/main/resources/mapper/MatMapper.xml index 5f89c82..0a13399 100644 --- a/src/main/resources/mapper/MatMapper.xml +++ b/src/main/resources/mapper/MatMapper.xml @@ -68,6 +68,9 @@ <if test="maktx != null and maktx != ''"> and mm.maktx like concat('%',#{maktx},'%') </if> + <if test="specs != null and specs != ''"> + and mm.specs like concat('%',#{specs},'%') + </if> ORDER BY mm.create_time DESC </select> -- Gitblit v1.9.1