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});
posted on 2020-11-23 19:11 andydaopeng 阅读(88) 评论(0) 收藏 举报
浙公网安备 33010602011771号