修改字段
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
FROM
|
FROM
|
||||||
`tm_nameplate_corpus`
|
`tm_nameplate_corpus`
|
||||||
WHERE is_deleted = 0
|
WHERE is_deleted = 0
|
||||||
AND create_time between #{statTime} and #{endTime}
|
AND created_time between #{statTime} and #{endTime}
|
||||||
) tab
|
) tab
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
FROM
|
FROM
|
||||||
`tm_nameplate_corpus`
|
`tm_nameplate_corpus`
|
||||||
WHERE is_deleted = 0
|
WHERE is_deleted = 0
|
||||||
AND create_time between #{statTime} and #{endTime}
|
AND created_time between #{statTime} and #{endTime}
|
||||||
LIMIT #{offset}, #{pageSize}
|
LIMIT #{offset}, #{pageSize}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
FROM
|
FROM
|
||||||
`tm_nameplate_corpus` tnc
|
`tm_nameplate_corpus` tnc
|
||||||
WHERE tnc.is_deleted = 0
|
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">
|
<if test="retry==true">
|
||||||
and not exists(
|
and not exists(
|
||||||
select 1 from tt_nameplate_record t
|
select 1 from tt_nameplate_record t
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
FROM
|
FROM
|
||||||
`tm_nameplate_corpus` tnc
|
`tm_nameplate_corpus` tnc
|
||||||
WHERE tnc.is_deleted = 0
|
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">
|
<if test="retry==true">
|
||||||
and not exists(
|
and not exists(
|
||||||
select 1 from tt_nameplate_record t
|
select 1 from tt_nameplate_record t
|
||||||
|
|||||||
Reference in New Issue
Block a user