@@ -61,6 +61,9 @@ public class TenantInfoSendMsgServiceImpl implements TenantInfoSendMsgService {
sendPar, null, 0, null,
"SYSTEM", objs);
}
+ try {
+ Thread.sleep(3000);
+ } catch (Exception e) { }
if (StringUtils.isNotBlank(email)) {
sendPar.put(receiveUserId, email);