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

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

修改 bug

parent 8db7597e
......@@ -2419,6 +2419,7 @@ public class GoblinRedisUtils {
for (String item : list) {
if (item.equals(relationSkuId)) {
list.remove(item);
break;
}
}
redisUtil.set(rdk, list);
......@@ -2465,6 +2466,7 @@ public class GoblinRedisUtils {
for (String item : mixIds) {
if (item.equals(mixId)) {
mixIds.remove(mixId);
break;
}
}
setGoblinMixNftList(mixIds);
......@@ -2498,6 +2500,7 @@ public class GoblinRedisUtils {
for (String item : mixIds) {
if (item.equals(mixId)) {
mixIds.remove(mixId);
break;
}
}
setGoblinMixSkuList(mixIds);
......
......@@ -153,4 +153,4 @@ goblin_list_remove=UPDATE goblin_list set del_tag = 1 , updated_at = ? WHERE lis
goblin_mix_insert=INSERT INTO goblin_mix (`mix_id`,`uid`,`name`,`time_start`,`time_end`,`status`,`show_position`,`sell_name`,`express_price`,`intro`,`watch_type`,`cover_pic`,`video`,`detail_url`,`details`,`stock`,`stock_lock`,`is_lock`,`limit`,`white_type`,`white_url`,`pay_type`,`store_id`,`created_at`) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
goblin_mix_details_insert=INSERT INTO goblin_mix_details (`mix_id`,`position`,`spu_id`,`sku_id`,`price`,`price_v`,`product_id`,`count`,`created_at`) VALUES (?,?,?,?,?,?,?,?,?)
goblin_mix_status_update=UPDATE goblin_mix SET status = ? , updated_at = ? WHERE mix_id = ?
goblin_mix_update=UPDATE goblin_mix SET show_position = ? , limit=?,white_type=?,white_url=? updated_at = ? WHERE mix_id = ?
\ No newline at end of file
goblin_mix_update=UPDATE goblin_mix SET show_position = ? , limit=?,white_type=?,white_url=? , updated_at = ? WHERE mix_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