Commit 2e8e4614 by caosy

引入卷表dao

parent 3256a208
......@@ -354,6 +354,14 @@ public class OperationMessageService extends GenericService<OperationMessageDao,
return operationMessageDao;
}
public VoucherDao getVoucherDao() {
return voucherDao;
}
public void setVoucherDao(VoucherDao voucherDao) {
this.voucherDao = voucherDao;
}
public void setOperationMessageDao(OperationMessageDao operationMessageDao) {
this.operationMessageDao = operationMessageDao;
}
......
......@@ -330,7 +330,9 @@ public class EventActivityOrderService extends
startCancelOrderJob(order);
}
/**
/**
* @param order
* @param i
*/
......@@ -1437,6 +1439,13 @@ public class EventActivityOrderService extends
}
}
}
public VoucherDao getVoucherDao() {
return voucherDao;
}
public void setVoucherDao(VoucherDao voucherDao) {
this.voucherDao = voucherDao;
}
public ResourcePriceDao getResourcePriceDao() {
return resourcePriceDao;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment