jiapeng 6 years ago
parent
commit
660dfa1371

+ 1 - 4
src/main/java/com/ekexiu/project/bridge/servlet/AlarmDataServlet.java

145
											at = at.substring(0, 14);
145
											at = at.substring(0, 14);
146
											msg.setAlarmTime(at);
146
											msg.setAlarmTime(at);
147
										}
147
										}
148

149
									} else {
148
									} else {
150
										items.clear();
149
										items.clear();
151
										break;
150
										break;
175
			in.close();
174
			in.close();
176
		}
175
		}
177
		if (items.size() > 0) {
176
		if (items.size() > 0) {
178

179
			Connection con = null;
177
			Connection con = null;
180
			try {
178
			try {
181
				con = this.dataSource.getConnection();
179
				con = this.dataSource.getConnection();
215
				}
213
				}
216
				if (items.size() > 0) {
214
				if (items.size() > 0) {
217
					con.commit();
215
					con.commit();
218
					JfwAppContext.getScheduledExecutorService().equals(new Runnable() {
216
					JfwAppContext.getScheduledExecutorService().execute(new Runnable() {
219
						@Override
217
						@Override
220
						public void run() {
218
						public void run() {
221

222
							for (Map.Entry<User, String> entry : notices.entrySet()) {
219
							for (Map.Entry<User, String> entry : notices.entrySet()) {
223
								User u = entry.getKey();
220
								User u = entry.getKey();
224
								String to = u.getEmail();
221
								String to = u.getEmail();