Commit 51ce9f72 by 吕明尚

优惠卷领取查询问题

parent ebea9b4a
......@@ -96,8 +96,8 @@
<if test="isDelete != null "> and is_delete = #{isDelete}</if>
<if test="deleteBy != null and deleteBy != ''"> and delete_by = #{deleteBy}</if>
<if test="deleteTime != null "> and delete_time = #{deleteTime}</if>
ORDER BY create_time DESC
</where>
ORDER BY create_time DESC
</select>
<select id="selectSConsumerCouponById" parameterType="Long" resultMap="SConsumerCouponResult">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment