摘要:
1.查看dblink select owner,object_name from dba_objects where object_type='DATABASE LINK'; select owner,object_name from dba_objects where object_type='D 阅读全文
摘要:
我的Mapper采用接口+注解的方式注入 @Repository(value="customerServOutCallMapper")public interface CustomerServOutCallMapper { public int batchInsertMap(List<Map<Str 阅读全文