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

Commit 9182985a authored by 胡佳晨's avatar 胡佳晨

1

parent fc0abb39
......@@ -809,7 +809,6 @@ public class GoblinRedisUtils {
* @return
*/
public HashMap<String, Object> getGoodsSkuInfoVo(LocalDateTime now, String skuId) {
now = LocalDateTime.of(2022,5,18,16,17,0);
GoblinGoodsSkuInfoVo vo = getGoodsSkuInfoVo(skuId);
HashMap<String, Object> map = CollectionUtil.mapStringObject();
if (now.isAfter(vo.getSaleStartTime())) {//普通商品已开售
......
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