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 阅读(83) 评论(0) 编辑 收藏 举报