修改字段

This commit is contained in:
zren25
2025-05-16 15:36:40 +08:00
parent 63995d6f61
commit d333955421

View File

@@ -16,7 +16,7 @@
FROM
`tm_nameplate_corpus`
WHERE is_deleted = 0
AND create_time between #{statTime} and #{endTime}
AND created_time between #{statTime} and #{endTime}
) tab
</select>
@@ -34,7 +34,7 @@
FROM
`tm_nameplate_corpus`
WHERE is_deleted = 0
AND create_time between #{statTime} and #{endTime}
AND created_time between #{statTime} and #{endTime}
LIMIT #{offset}, #{pageSize}
</select>
@@ -52,7 +52,7 @@
FROM
`tm_nameplate_corpus` tnc
WHERE tnc.is_deleted = 0
AND tnc.create_time between #{statTime} and #{endTime}
AND tnc.created_time between #{statTime} and #{endTime}
<if test="retry==true">
and not exists(
select 1 from tt_nameplate_record t
@@ -83,7 +83,7 @@
FROM
`tm_nameplate_corpus` tnc
WHERE tnc.is_deleted = 0
AND tnc.create_time between #{statTime} and #{endTime}
AND tnc.created_time between #{statTime} and #{endTime}
<if test="retry==true">
and not exists(
select 1 from tt_nameplate_record t