Commit 522099b9 by ping.wu

删除多余的

parent 173233b1
...@@ -4124,12 +4124,6 @@ public class OrderAdapter { ...@@ -4124,12 +4124,6 @@ public class OrderAdapter {
payPlatformVO.setAmount(0L); payPlatformVO.setAmount(0L);
platforms.add(payPlatformVO); platforms.add(payPlatformVO);
payPlatformVO = new PayPlatformVO();
payPlatformVO.setClientCode(PayChannelType.GIFTCARD.getEbcode());
payPlatformVO.setEbcode(PayChannelType.GIFTCARD.getEbcode());
payPlatformVO.setAmount(0L);
platforms.add(payPlatformVO);
String ebcode = PayChannelType.getByIndex(Byte.parseByte(channel)).getEbcode(); String ebcode = PayChannelType.getByIndex(Byte.parseByte(channel)).getEbcode();
payPlatformVO = new PayPlatformVO(); payPlatformVO = new PayPlatformVO();
payPlatformVO.setAmount(0L); payPlatformVO.setAmount(0L);
......
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