摘要:
@Configuration@ComponentScan(value="")public class IDGenConfig { @Bean(initMethod = "init") public BeanWayService useBeanWayService(){ return new Bean 阅读全文
摘要:
SELECT max(case sys_date when '20181019' then amount end) as trade_settle_amount0, max(case sys_date when '20181019' then number end) as trade_settle_ 阅读全文
摘要:
创建sequence create sequence hawkeyepredb.tc_report_log_seq minvalue 1 start with 100000 increment by 1 NOCYCLE NOCACHE SHOW SEQUENCES where name = 'mer 阅读全文