Commit 6f7c7022 by chongfu.liang

农工商

parent de8e5243
...@@ -280,7 +280,7 @@ public class SellCouponOrderServiceImpl { ...@@ -280,7 +280,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