Commit f740d9bc authored by hezhen's avatar hezhen

123

parent 582df2a5
......@@ -57,6 +57,6 @@ public interface BaseOrderMapper extends Mapper<BaseOrder> {
@Param("endDate") Date endDate,
@Param("startTime") Long startTime,
@Param("endTime") Long endTime);
@Update("UPDATE base_order SET `status` = 2 WHERE user_id = #{userId} and `status` = 3")
@Update("UPDATE base_order SET `status` = 2 WHERE user_id = #{userId} and type = 4 and `status` = 3")
void canelActivityOrder(@Param("userId")Integer userId);
}
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