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