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