|
|
@@ -914,7 +914,7 @@ public class OrderController {
|
|
|
* @param toDate
|
|
|
* @return
|
|
|
*/
|
|
|
- @RequestMapping(value = "buyer/payRecord")
|
|
|
+ @RequestMapping(value = "/buyer/payRecord")
|
|
|
public Page<OrderSimpleInfo> findBuyerPayRecord(PageParams params, String keyword, Long fromDate,
|
|
|
Long toDate, String currencyName, Integer method, String remitteeType){
|
|
|
return orderService.getBuyerPayRecord(params, keyword, fromDate, toDate, currencyName, method, remitteeType);
|