|
|
@ -26,8 +26,8 @@ import java.sql.Connection;
|
|
|
|
public class WmsSAPDbQuery {
|
|
|
|
public class WmsSAPDbQuery {
|
|
|
|
public static final Logger LOGGER = LoggerFactory.getLogger(WmsSAPDbQuery.class);
|
|
|
|
public static final Logger LOGGER = LoggerFactory.getLogger(WmsSAPDbQuery.class);
|
|
|
|
public static boolean needI18N = true;
|
|
|
|
public static boolean needI18N = true;
|
|
|
|
@Resource(name = "wmsDataSource")
|
|
|
|
/*@Resource(name = "wmsDataSource")
|
|
|
|
private DynamicDataSourceProxy wmsDataSourceProxy;
|
|
|
|
private DynamicDataSourceProxy wmsDataSourceProxy;*/
|
|
|
|
|
|
|
|
|
|
|
|
@Resource(name = "mesDataSource")
|
|
|
|
@Resource(name = "mesDataSource")
|
|
|
|
private DynamicDataSourceProxy mesDataSourceProxy;
|
|
|
|
private DynamicDataSourceProxy mesDataSourceProxy;
|
|
|
|