feat:fry_date

This commit is contained in:
苏竹红
2025-06-25 18:07:41 +08:00
parent 965f78269e
commit 395fe38362

View File

@@ -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>