|
@@ -2428,7 +2428,7 @@ public class CaSignController {
|
|
|
String key = "contractId";
|
|
|
String redisKey = RandomUtil.randomString(10);
|
|
|
String base64 = iUserService.getCouponQRCode(toolWxConfigService.findConf(),key, redisKey);
|
|
|
- redisTemplate.opsForValue().set(key,contract.getId(),overDue,TimeUnit.SECONDS);
|
|
|
+ redisTemplate.opsForValue().set(redisKey,contract.getId(),overDue,TimeUnit.SECONDS);
|
|
|
|
|
|
|
|
|
|