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

Commit 192f788f authored by zhengfuxin's avatar zhengfuxin

修改bug

parent 3709545d
......@@ -52,7 +52,7 @@ public class KylinArActiveServiceImpl implements IKylinArActiveService {
SqlMapping.get(
"kylin_ar_ticket.update",
new Object[]{
uid, LocalDateTime.now(),code
2,uid, LocalDateTime.now(),code
}
));
return ResponseDto.success();
......
......@@ -37,4 +37,4 @@ kylin_perform_sub.insert=INSERT INTO kylin_perform_sub (perform_sub_id,performan
kylin_order_express_ex.insert = INSERT INTO kylin_order_express_ex (`order_id`,`express_contacts`,`express_address`,`province`,`city`,`county`,`express_phone`,`created_at`) VALUES (?,?,?,?,?,?,?,?)
kylin_order_express_ex.sendMail = UPDATE kylin_order_express_ex SET mail_no = ? , updated_at = ? where order_id = ?
# ------------------------ ar演出队列 ----------------------------
kylin_ar_ticket.update =update kylin_ticket_active set redeem_uid= ?,redeem_at= ? where `code`= ?
\ No newline at end of file
kylin_ar_ticket.update =update kylin_ticket_active set state=?,redeem_uid= ?,redeem_at= ? where `code`= ?
\ 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