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">