|
@@ -3,7 +3,7 @@
|
|
|
<mapper namespace="com.shkpr.service.alambizplugin.dbdao.mapper.GisSurveyJobInfoMapper">
|
|
|
<select id="findRefreshTimeByUid" resultType="java.time.LocalDateTime">
|
|
|
select to_timestamp(refresh_time / 1000.0) AT TIME ZONE 'PRC'
|
|
|
- from k3_gis_survey_project_info
|
|
|
+ from k3_gis_survey_job_info
|
|
|
where uid = #{uid,jdbcType=VARCHAR};
|
|
|
</select>
|
|
|
</mapper>
|