Commit b26aaf7b authored by hanfeng's avatar hanfeng

修改会员单个添加是插入时间

parent 7cf9d0ac
......@@ -75,6 +75,7 @@ public class BaseUserMemberExportBiz extends BaseBiz<BaseUserMemberExportMapper,
.status(phoneAndUserIdMap == null ? 0 : (phoneAndUserIdMap.get(userMemberSaveDTO.getPhone()) == null ? 0 : 1))
.crtId(userId)
.crtName(name)
.crtTime(Instant.now().toEpochMilli())
.isDel(0)
.build();
if (log.isDebugEnabled()) {
......
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