feat:fry_date
This commit is contained in:
@@ -68,8 +68,8 @@
|
||||
</update>
|
||||
|
||||
<select id="selectByProductIds" resultMap="BaseResultMap">
|
||||
SELECT * FROM xfsg_pre_fried_products where deleted = 0
|
||||
and id IN
|
||||
SELECT * FROM xfsg_pre_fried_products
|
||||
where id IN
|
||||
<foreach collection="productIds" item="id" open="(" separator="," close=")">
|
||||
#{id}
|
||||
</foreach>
|
||||
|
||||
Reference in New Issue
Block a user