|
|
@@ -76,6 +76,7 @@ public class GptTeamUserBindRecordServiceImpl implements GptTeamUserBindRecordSe
|
|
|
bindRecord.setUserId(order.getUserId());
|
|
|
bindRecord.setBindTime(DateTime.now());
|
|
|
bindRecord.setBindEmail(email);
|
|
|
+ bindRecord.setOrderId(orderId);
|
|
|
try {
|
|
|
if (bindRecord.getId() == null) {
|
|
|
TASK_POOL.execute(() -> bindRecordMapper.insert(bindRecord));
|