es导入接口新增
This commit is contained in:
parent
e38dad6d81
commit
1ca810ef1d
@ -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