|
|
|
@ -104,7 +104,7 @@ public class HighDiscountAgentRelController { |
|
|
|
|
highDiscountAgentRelService.insertDiscountAgentRel(highDiscountAgentRel); |
|
|
|
|
|
|
|
|
|
// 生成二维码
|
|
|
|
|
String qrCodeImg = DateUtil.date2String(new Date(),agent.getId() + discount.getId() + "yyyyMMddHHmmss") + IDGenerator.nextId(10) +".png"; |
|
|
|
|
String qrCodeImg = DateUtil.date2String(new Date(),agent.getId() + discount.getId() + "yyyyMMddHHmmss") + IDGenerator.nextId(2) +".png"; |
|
|
|
|
String qrCodeUrl = SysConst.getSysConfig().getAgentQrCode() + "/ " + qrCodeImg; |
|
|
|
|
|
|
|
|
|
//参数
|
|
|
|
|