This commit is contained in:
2024-01-08 21:57:04 +08:00
parent 8552b0c41f
commit 3adf9dee39

View File

@@ -1074,6 +1074,7 @@ public class EmpCardGiftService extends MybatisBaseService<EmpCardGiftMapper, Em
card.setStartDate(new Date());
card.setIsSenior("1");
card.setCustomerSid(order.getUserSid());
card.setBindDate(new Date());
String cardArea = "1";
String maxSerNum = baseMapper.selctMaxSerNum(cardArea);
String uuid = UniqueIdGenerator.generateUniqueID();