| src/main/java/org/springblade/modules/lang/mapper/LandMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/java/org/springblade/modules/lang/mapper/LandMapper.xml
@@ -39,13 +39,13 @@ and l.land_name like concat('%', #{land.landName},'%') </if> <if test="land.deptId!=null and land.deptId != ''"> and l.dept_id like concat('%', #{land.deptId},'%') and l.dept_id=#{land.deptId} </if> <if test="land.type!=null and land.type != ''"> and l.type like concat('%', #{land.type},'%') and l.type=#{land.type} </if> <if test="land.tenantId!=null and land.tenantId != ''"> and l.tenant_id like concat('%', #{land.tenantId},'%') and l.tenant_id =#{land.tenantId} </if> </select>