Commit 323272d4 by chongfu.liang

Merge branch 'feature/2.0.6-农工商商品兑换券' into qa

parents e3b3d62f 83e715ce
......@@ -282,7 +282,7 @@ public class SellCouponOrderServiceImpl {
orderExtInfoDto.setFromAppId(userLoginInfoDto.getWxAppId());
String date = DateUtil.convert2String(new Date(), "yyyyMMdd");
String key = this.getFolwNo(partnerId, date);
String key = this.getFolwNo(requestVo.getAppId(), date);
int flowno = 0;
RedisTemplate redisTemplate = redisCache.getRedisTemplate();
......
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