Commit 59f922c2 by chongfu.liang

农工商

parent ab7f5d75
...@@ -282,7 +282,7 @@ public class SellCouponOrderServiceImpl { ...@@ -282,7 +282,7 @@ public class SellCouponOrderServiceImpl {
orderExtInfoDto.setSessionKey(userLoginInfoDto.getSessionKey()); orderExtInfoDto.setSessionKey(userLoginInfoDto.getSessionKey());
orderExtInfoDto.setFromAppId(userLoginInfoDto.getWxAppId()); orderExtInfoDto.setFromAppId(userLoginInfoDto.getWxAppId());
String date = DateUtil.convert2String(new Date(), "yyyy-MM-dd"); String date = DateUtil.convert2String(new Date(), "yyyyMMdd");
String key = this.getFolwNo(partnerId, date); String key = this.getFolwNo(partnerId, date);
/* /*
int flowno = 0; int flowno = 0;
......
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