|
|
@ -109,7 +109,7 @@ public class ConsumeServiceImpl implements ConsumeService { |
|
|
|
} |
|
|
|
UserGoldRecord userGoldRecord = new UserGoldRecord(); |
|
|
|
|
|
|
|
String orderNumber = UUID.randomUUID().toString().replaceAll("-", "").substring(0, 25); |
|
|
|
String orderNumber = UUID.randomUUID().toString(); |
|
|
|
//订单号生成 |
|
|
|
userGoldRecord.setOrderCode("XF" + orderNumber); |
|
|
|
userGoldRecord.setJwcode(consumeUser.getJwcode()); |
|
|
|