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

Commit bbcde286 authored by 胡佳晨's avatar 胡佳晨

提交 redis 队列

sql
parent 756f4c3b
...@@ -35,4 +35,26 @@ XGROUP CREATE goblin:stream:sql.shopcart group.shop.shopcart 0 ...@@ -35,4 +35,26 @@ XGROUP CREATE goblin:stream:sql.shopcart group.shop.shopcart 0
#--- xls文件操作 #--- xls文件操作
XADD goblin:stream:xls * 0 0 XADD goblin:stream:xls * 0 0
XGROUP CREATE goblin:stream:xls group.xls 0 XGROUP CREATE goblin:stream:xls group.xls 0
\ No newline at end of file
#--- 库存回滚
XADD goblin:stream:order:back:0 * 0 0
XGROUP CREATE goblin:stream:order:back:0 group.order:back 0
XADD goblin:stream:order:back:1 * 0 0
XGROUP CREATE goblin:stream:order:back:1 group.order:back 0
XADD goblin:stream:order:back:2 * 0 0
XGROUP CREATE goblin:stream:order:back:2 group.order:back 0
XADD goblin:stream:order:back:3 * 0 0
XGROUP CREATE goblin:stream:order:back:3 group.order:back 0
XADD goblin:stream:order:back:4 * 0 0
XGROUP CREATE goblin:stream:order:back:4 group.order:back 0
XADD goblin:stream:order:back:5 * 0 0
XGROUP CREATE goblin:stream:order:back:5 group.order:back 0
XADD goblin:stream:order:back:6 * 0 0
XGROUP CREATE goblin:stream:order:back:6 group.order:back 0
XADD goblin:stream:order:back:7 * 0 0
XGROUP CREATE goblin:stream:order:back:7 group.order:back 0
XADD goblin:stream:order:back:8 * 0 0
XGROUP CREATE goblin:stream:order:back:8 group.order:back 0
XADD goblin:stream:order:back:9 * 0 0
XGROUP CREATE goblin:stream:order:back:9 group.order:back 0
\ No newline at end of file
...@@ -40,4 +40,5 @@ goblin_order.pay.order=UPDATE goblin_store_order SET payment_type = ? ,payment_i ...@@ -40,4 +40,5 @@ goblin_order.pay.order=UPDATE goblin_store_order SET payment_type = ? ,payment_i
goblin_order.pay.sku=UPDATE goblin_order_sku SET status = ? ,updated_at = ? WHERE order_sku_id = ? and (updated_at <= ? or created_at = ? or updated_at is null) goblin_order.pay.sku=UPDATE goblin_order_sku SET status = ? ,updated_at = ? WHERE order_sku_id = ? and (updated_at <= ? or created_at = ? or updated_at is null)
goblin_order.store.refundPrice=UPDATE goblin_store_order SET price_refund = ? ,status = ? , updated_at = ? WHERE order_id = ? and (updated_at <= ? or created_at = ? or updated_at is null) goblin_order.store.refundPrice=UPDATE goblin_store_order SET price_refund = ? ,status = ? , updated_at = ? WHERE order_id = ? and (updated_at <= ? or created_at = ? or updated_at is null)
goblin_order.store.refundSkuPrice=UPDATE goblin_order_sku SET price_refund = ? ,status = ? , updated_at = ? WHERE order_sku_id = ? and (updated_at <= ? or created_at = ? or updated_at is null) goblin_order.store.refundSkuPrice=UPDATE goblin_order_sku SET price_refund = ? ,status = ? , updated_at = ? WHERE order_sku_id = ? and (updated_at <= ? or created_at = ? or updated_at is null)
goblin_order.store.refundBackOrder=UPDATE goblin_back_order SET status = ? ,refund_at=?, updated_at = ? WHERE back_order_id = ? and (updated_at <= ? or created_at = ? or updated_at is null) goblin_order.store.refundBackOrder=UPDATE goblin_back_order SET status = ? ,refund_at=?, updated_at = ? WHERE back_order_id = ? and (updated_at <= ? or created_at = ? or updated_at is null)
\ No newline at end of file goblin_user_coupon.updateState=UPDATE goblin_user_coupon SET state = ? , used_for = ? ,updated_at = ? where ucoupon_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