提交时校验时间改完eTime

gaoming_branch
ALW 3 years ago
parent 764c8bb8d1
commit b7500822d9

@ -785,7 +785,7 @@
</sql>
<!--根据系统标识查询任务详情-->
<select id="judgeCollectCompleted" resultType="com.emr.entity.ArchiveOtherExt">
select jzh,C1,C2,convert(varchar(19),sysUpdateTime,120) sysUpdateTime from archive_other_ext with(nolock)
select jzh,C1,C2,convert(varchar(19),eTime,120) sysUpdateTime from archive_other_ext with(nolock)
<where>
jzh = #{jzh}
<if test="sysFlag != null">

Loading…
Cancel
Save