Commit f8864277 by chongli

开票记录查询bug修复

parent 5bff87cc
......@@ -8,6 +8,7 @@ import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import com.ctrip.fun.common.vo.order.InvoiceBean;
import com.ctrip.fun.common.vo.order.InvoiceinfoQuery;
import com.ctrip.fun.golf.api.GenericController;
import com.ctrip.fun.golf.service.order.InvoiceinfoService;
......@@ -18,7 +19,7 @@ import com.ctrip.fun.golf.service.order.InvoiceinfoService;
@Controller
@RequestMapping(value = "/invoice")
public class InvoiceinfoController extends
GenericController<InvoiceinfoService, InvoiceBean, Integer, Integer> {
GenericController<InvoiceinfoService, InvoiceBean, Integer, InvoiceinfoQuery> {
@Autowired
private InvoiceinfoService invoiceinfoService;
......
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