zhanghua
2025-04-14 1cad14bca191807e18705c3a5526eda8151be439
ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
@@ -76,13 +76,13 @@
            <if test="type!=null">
                and ubc.category=#{type}
            </if>
            <if test="code!=null">
            <if test="code!=null and code!=''">
                and ubc.code=#{code}
            </if>
            <if test="categoryBig != null">
            <if test="categoryBig != null and categoryBig!=''">
                and t3.name like concat('%', #{categoryBig},'%')
            </if>
            <if test="categorySmall != null">
            <if test="categorySmall != null and categoryBig!=''">
                and t4.name like concat('%', #{categorySmall},'%')
            </if>
            <if test="street != null">