wjli
2023-05-16 5a54f3f3ae25e5f9b9ec5d10bce794fa5e709a9b
1.根据区域进行模糊查询
1个文件已修改
2 ■■■ 已修改文件
xboot-modules/xboot-your/src/main/resources/mapper/SignCountMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
xboot-modules/xboot-your/src/main/resources/mapper/SignCountMapper.xml
@@ -206,7 +206,7 @@
        <where>
            1=1
            <if test="bo.line != null and bo.line != ''" >
                AND  line = #{bo.line}
                AND  line like  CONCAT ('%', #{bo.line},'%')
            </if>
            <if test="bo.carName != null and bo.carName != ''" >
                AND car_name like  CONCAT ('%',#{bo.carName},'%')