删除订单评价中空菜谱的记录

This commit is contained in:
sxu 2025-07-02 15:53:37 +08:00
parent 3d3b00db9a
commit ecf928e871
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="starLevel != null "> and ced.star_level = #{starLevel}</if> <if test="starLevel != null "> and ced.star_level = #{starLevel}</if>
<if test="description != null and description != ''"> and ced.description = #{description}</if> <if test="description != null and description != ''"> and ced.description = #{description}</if>
</where> </where>
order by ced.create_time, ced.meal_id
</select> </select>
<select id="selectCookEvaluaDetailByEvaluaDetailId" parameterType="Long" resultMap="CookEvaluaDetailResult"> <select id="selectCookEvaluaDetailByEvaluaDetailId" parameterType="Long" resultMap="CookEvaluaDetailResult">