Commit e1c9f75b by guojuxing

卡券错误列表修复

parent 212b1a51
......@@ -235,7 +235,7 @@ public class WmMallStoreController {
public RestResponse listCouponLog(String gicCouponId, Integer sendType,
@RequestParam(defaultValue = "1") int currentPage,
@RequestParam(defaultValue = "20") int pageSize, String searchStr) {
return ResultControllerUtils.commonResult(weimobMerchantService
return ResultControllerUtils.commonPageResult(weimobMerchantService
.getCouponLogs(Long.valueOf(gicCouponId), sendType, currentPage, pageSize, searchStr), WeimobCouponErLogVO.class);
}
......
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 to comment