| | |
| | | import com.lf.server.entity.ctrl.TabEntity; |
| | | import com.lf.server.entity.data.DictEntity; |
| | | import com.lf.server.entity.data.DomainEntity; |
| | | import com.lf.server.entity.sys.AttachEntity; |
| | | import com.lf.server.helper.AesHelper; |
| | | import com.lf.server.helper.ClassHelper; |
| | | import com.lf.server.helper.StringHelper; |
| | |
| | | if (null == srid) { |
| | | srid = 4490; |
| | | } |
| | | // buffer = buffer * 0.00000899928 |
| | | buffer = buffer / 1852 / 60; |
| | | |
| | | wrapper.apply(String.format("ST_Intersects(geom, ST_Buffer(ST_GeomFromText('%s', %d), %f, 'endcap=round join=round'))", wkt, srid, buffer)); |
| | | } |
| | |
| | | |
| | | return baseQueryMapper.selectDirTypes(name); |
| | | } |
| | | |
| | | @Override |
| | | public List<AttachEntity> selectAnnexByTab(String tab, String gids) { |
| | | return baseQueryMapper.selectAnnexByTab(tab, gids); |
| | | } |
| | | } |