|
@@ -2,7 +2,7 @@
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
<mapper namespace="com.shkpr.service.alambizplugin.dbdao.mapper.GisSurveyJobInfoMapper">
|
|
<mapper namespace="com.shkpr.service.alambizplugin.dbdao.mapper.GisSurveyJobInfoMapper">
|
|
|
<select id="findRefreshTimeByUid" resultType="java.time.LocalDateTime">
|
|
<select id="findRefreshTimeByUid" resultType="java.time.LocalDateTime">
|
|
|
- select to_timestamp(refresh_time / 1000.0) AT TIME ZONE 'PRC'
|
|
|
|
|
|
|
+ select to_timestamp(refresh_time / 1000.0)::timestamp
|
|
|
from k3_gis_survey_job_info
|
|
from k3_gis_survey_job_info
|
|
|
where uid = #{uid,jdbcType=VARCHAR};
|
|
where uid = #{uid,jdbcType=VARCHAR};
|
|
|
</select>
|
|
</select>
|