From 5e0888a8dc804a4df27ce033b6c3429e530a9ef9 Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期三, 26 三月 2025 19:05:24 +0800 Subject: [PATCH] - --- billion-main/src/main/resources/mapper/da/DaCollectionParamConfMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/billion-main/src/main/resources/mapper/da/DaCollectionParamConfMapper.xml b/billion-main/src/main/resources/mapper/da/DaCollectionParamConfMapper.xml index 2198107..a5f1a13 100644 --- a/billion-main/src/main/resources/mapper/da/DaCollectionParamConfMapper.xml +++ b/billion-main/src/main/resources/mapper/da/DaCollectionParamConfMapper.xml @@ -37,7 +37,7 @@ <if test="parameterSetName != null and parameterSetName != ''"> and parameter_set_name like concat('%', #{parameterSetName}, '%')</if> <if test="productCode != null and productCode != ''"> and product_code like concat('%', #{productCode}, '%')</if> <if test="gatherAddress != null and gatherAddress != ''"> and gather_address like concat('%', #{gatherAddress}, '%')</if> - + <if test="descriptive != null and descriptive != ''"> and descriptive like concat('%', #{descriptive}, '%')</if> </where> </select> -- Gitblit v1.9.3