zhongrj
2023-12-21 a221c564aa5f3e6b22bed25d789b79c5d6c4e643
src/main/java/org/springblade/modules/grid/mapper/GridmanMapper.xml
@@ -33,6 +33,9 @@
        <if test="gridman.gridId!=null">
            and jg.id = #{gridman.gridId}
        </if>
        <if test="gridman.communityCode!=null and gridman.communityCode!=''">
            and jg.community_code like concat('%',#{gridman.communityCode},'%')
        </if>
    </select>
    <!--自定义分页查询-->