删除订单评价中空菜谱的记录
This commit is contained in:
parent
3d3b00db9a
commit
ecf928e871
|
|
@ -38,6 +38,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="starLevel != null "> and ced.star_level = #{starLevel}</if>
|
||||
<if test="description != null and description != ''"> and ced.description = #{description}</if>
|
||||
</where>
|
||||
order by ced.create_time, ced.meal_id
|
||||
</select>
|
||||
|
||||
<select id="selectCookEvaluaDetailByEvaluaDetailId" parameterType="Long" resultMap="CookEvaluaDetailResult">
|
||||
|
|
|
|||
Loading…
Reference in New Issue