jiapeng 7 anos atrás
pai
commit
f9acdc6603

+ 1 - 1
src/main/java/com/ekexiu/portal/cms/TemplateService.java

@ -178,7 +178,7 @@ public class TemplateService {
178 178
		}
179 179
	}
180 180

181
	public void handle(DataSource ds) {
181
	public synchronized void handle(DataSource ds) {
182 182
		Connection con;
183 183
		try {
184 184
			con = ds.getConnection();