Exemplo n.º 1
0
 public int setRereadStrategyXgbj(String xgbj, String templateId, String rwlx) {
   try {
     if (loadDatasDao != null) {
       log.info("setRereadStrategyXgbj...");
       return loadDatasDao.setRereadStrategyXgbj(xgbj, templateId, rwlx);
     }
     return 0;
   } catch (Exception ex) {
     throw new RuntimeException(ex);
   }
 }