Browse Source

机构关联经纬度

develop
wangsixiang 9 months ago
parent
commit
841776a231
  1. 2
      zc-business/src/main/resources/mapper/business/DcOrganizationMapper.xml

2
zc-business/src/main/resources/mapper/business/DcOrganizationMapper.xml

@ -120,7 +120,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
select count(1) from dc_employees where organization_id=#{id}
</select>
<select id="coordinate" resultType="java.util.HashMap">
select ifnull(longitude,null)longitude,ifnull(latitude,null)latitude from
select longitude ,latitude from
dc_stake_mark where stake_mark=#{stakeMark} and direction=#{direction}
</select>

Loading…
Cancel
Save