@@ -18,6 +18,7 @@ import org.springframework.beans.factory.annotation.Autowired; | |||
import org.springframework.stereotype.Service; | |||
import java.util.Arrays; | |||
import java.util.Date; | |||
import java.util.List; | |||
/** | |||
@@ -81,6 +82,7 @@ public class IdentityServiceImpl extends BaseServiceImpl<IdentityMapper, Identit | |||
if(ObjectUtil.isNotNull(westreamUser)){ | |||
identityApply.setApplyNickname(westreamUser.getNickname()); | |||
} | |||
identityApply.setCreateTime(new Date()); | |||
identityApplyMapper.insert(identityApply); | |||