|
|
@@ -333,7 +333,9 @@ public class InsOrdersServiceImpl extends ServiceImpl<InsOrdersMapper, InsOrders
|
|
|
this.updateById(insOrders);
|
|
|
}
|
|
|
// 4 将报价信息存入redis 中
|
|
|
+ quoteInfoVo.setUserId(insOrders.getUserid());
|
|
|
String s = JSON.toJSONString(quoteInfoVo);
|
|
|
+
|
|
|
redisTemplate.opsForValue().set(QUOTE_INFO_KEY + insOrders.getOrderno(), s, QUOTE_INFO_KEY_TIME, TimeUnit.DAYS);
|
|
|
|
|
|
return insOrders;
|