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