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> </update>
<select id="selectByProductIds" resultMap="BaseResultMap"> <select id="selectByProductIds" resultMap="BaseResultMap">
SELECT * FROM xfsg_pre_fried_products where deleted = 0 SELECT * FROM xfsg_pre_fried_products
and id IN where id IN
<foreach collection="productIds" item="id" open="(" separator="," close=")"> <foreach collection="productIds" item="id" open="(" separator="," close=")">
#{id} #{id}
</foreach> </foreach>