es导入接口新增
This commit is contained in:
parent
9d76e73a49
commit
b57d1dd0b4
@ -46,6 +46,9 @@
|
|||||||
WHERE product_id = lp.id
|
WHERE product_id = lp.id
|
||||||
) AS merged_image_url
|
) AS merged_image_url
|
||||||
FROM library_product lp
|
FROM library_product lp
|
||||||
|
<if test="updateTime!=null">
|
||||||
|
where lp.updated_at>=#{updateTime}
|
||||||
|
</if>
|
||||||
limit #{start},#{row}
|
limit #{start},#{row}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
@ -66,6 +69,10 @@
|
|||||||
WHERE product_id = lp.id
|
WHERE product_id = lp.id
|
||||||
) AS merged_image_url
|
) AS merged_image_url
|
||||||
FROM library_product lp
|
FROM library_product lp
|
||||||
|
<if test="updateTime!=null">
|
||||||
|
where lp.updated_at>=#{updateTime}
|
||||||
|
</if>
|
||||||
)temp
|
)temp
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Loading…
Reference in New Issue
Block a user