Authored by Lixiaodi

修改分页

... ... @@ -357,7 +357,7 @@ public class MerchantOrderPaymentService extends AbstractOrderPaymentService {
return new com.yohoufo.common.ApiResponse(200, "查询成功", pageResp);
} else {
List<SellerWalletDetail> resultList = sellerWalletDetailMapper.selectUserDetail(uid,
(page - 1) * limit, count);
(page - 1) * limit, limit);
List<JSONObject> array = new ArrayList<>();
pageResp.setData(array);
SimpleDateFormat sdf = new SimpleDateFormat("yyyy年MM月dd日 HH:mm");
... ...