记得上下班打卡 | git大法好,push需谨慎

Commit 95ce5015 authored by zhoujianping's avatar zhoujianping

1.预约提醒重构

parent 604ebc72
......@@ -887,7 +887,7 @@ public class KylinPerformancesServiceImpl implements IKylinPerformancesService {
SqlMapping.get(
"kylin_performance_subscribe.delete",
new Object[]{
param.getPerformancesId(), param.getTicketTimesId()
param.getPerformancesId(), param.getTicketTimesId(),uid
}
));
// 计算过期时间 演出结束时间-当前时间
......
......@@ -42,4 +42,4 @@ kylin_ar_ticket.update =update kylin_ticket_active set state=?,redeem_uid= ?,red
kylin_order_ticket_entities.update_status_bystation_pad=UPDATE kylin_order_ticket_entities SET `status`=?,check_client=?,updated_at=?, comment=? WHERE order_ticket_entities_id=?
# ------------------------ \u6F14\u51FA\u9884\u7EA6 ----------------------------
kylin_performance_subscribe.insert=INSERT INTO kylin_performance_subscribe(performance_id,ticket_times_id,tickets_id,user_id,type,device_tokens,push_range,push_time,push_title,is_push)VALUES(?,?,?,?,?,?,?,?,?,?)
kylin_performance_subscribe.delete=DELETE FROM kylin_performance_subscribe WHERE performance_id= ? and ticket_times_id = ?;
\ No newline at end of file
kylin_performance_subscribe.delete=DELETE FROM kylin_performance_subscribe WHERE performance_id= ? and ticket_times_id = ? and user_id = ?;
\ No newline at end of file
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