zoukankan      html  css  js  c++  java
  • java

    			if(method.equals("batchInsertSaleBillDail")) { 
    				guanJiaPoV2Mapper.getClass().getMethod(method, new Class[]{String.class, List.class}).invoke(gjPoV2Mapper,  new Object[]{this.getSegTableName(applicationId, 2),ts}); 
    			}else if(method.equals("batchInsertAccounngSubjesDail")) { 
    				guanJiaPoV2Mapper.getClass().getMethod(method, new Class[]{String.class, List.class}).invoke(gjPoV2Mapper,  new Object[]{this.getSegTableName(applicationId, 3),ts}); 
    			}else {
    				guanJiaPoV2Mapper.getClass().getMethod(method, new Class[]{List.class}).invoke(gjPoV2Mapper, new Object[]{ts}); 
    

      

  • 相关阅读:
    HDU2159 二维完全背包
    HDU1401 BFS
    HDU2842 矩阵乘法
    CF2.E
    CF2.D
    *HDU2254 矩阵乘法
    CF2.C
    *HDU1907 博弈
    博弈
    *HDU2147 博弈
  • 原文地址:https://www.cnblogs.com/andydao/p/14026306.html
Copyright © 2011-2022 走看看