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> <!--自定义分页查询-->