From 9660dbe9b3e1bed4c661411eff8ac6fb1d014d3d Mon Sep 17 00:00:00 2001
From: huliyong <2783385703@qq.com>
Date: Mon, 19 May 2025 20:48:13 +0800
Subject: [PATCH] =?UTF-8?q?feat(timelineService):=20=E5=9C=A8=E6=9C=8D?=
=?UTF-8?q?=E5=8A=A1=E6=97=A5=E6=9C=9F=E9=83=A8=E5=88=86=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E8=AE=A2=E5=8D=95ID=E6=98=BE=E7=A4=BA=20fix(clock):=20?=
=?UTF-8?q?=E5=B0=86=E5=85=B6=E4=BB=96=E8=A1=A5=E5=85=85=E4=BF=A1=E6=81=AF?=
=?UTF-8?q?=E4=BB=8E=E9=9D=9E=E5=BF=85=E5=A1=AB=E6=94=B9=E4=B8=BA=E5=BF=85?=
=?UTF-8?q?=E5=A1=AB=20chore:=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?=
=?UTF-8?q?=E7=9A=84AppletOrderItemDateLog.java=E5=92=8CdateOrder.json?=
=?UTF-8?q?=E6=96=87=E4=BB=B6=20```?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
### 解释:
1. **feat(timelineService)**: 在`timelineService.vue`中添加了订单ID的显示,这是一个新功能。
2. **fix(clock)**: 在`clock/index.vue`中将“其他补充信息”从非必填改为必填,这是一个bug修复。
3. **chore**: 删除了无用的`AppletOrderItemDateLog.java`和`dateOrder.json`文件,这是一个维护性的更改。
---
.../clock/AppletOrderItemDateLog.java | 94 ---
otherPages/myOrdersManage/clock/index.vue | 9 +-
.../myOrdersManage/components/timelineService.vue | 1 +
pages/myOrdersManage/dateOrder.json | 668 ---------------------
4 files changed, 6 insertions(+), 766 deletions(-)
delete mode 100644 otherPages/myOrdersManage/clock/AppletOrderItemDateLog.java
delete mode 100644 pages/myOrdersManage/dateOrder.json
diff --git a/otherPages/myOrdersManage/clock/AppletOrderItemDateLog.java b/otherPages/myOrdersManage/clock/AppletOrderItemDateLog.java
deleted file mode 100644
index 0b400b7..0000000
--- a/otherPages/myOrdersManage/clock/AppletOrderItemDateLog.java
+++ /dev/null
@@ -1,94 +0,0 @@
-package com.ruoyi.model.domain;
-
-import com.fasterxml.jackson.annotation.JsonFormat;
-import com.ruoyi.common.annotation.Excel;
-import lombok.Data;
-/**
- * 订单信息表对象 applet_order_item_date_log
- *
- * @author daixiande
- */
-@Data
-public class AppletOrderItemDateLog {
- private static final long serialVersionUID = 1L;
-
- /** 唯一标识 */
- private Long id;
-
- /** 创建时间 */
- private String createTime;
-
- /** 创建者 */
- private Integer createBy;
-
- /** 修改时间 */
- private String updateTime;
-
- /** 修改者 */
- private Integer updateBy;
-
- /** 手套照片 */
- @Excel(name = "手套照片")
- private String glovePhoto;
-
- /** 鞋套照片 */
- @Excel(name = "鞋套照片")
- private String shoeCoverPhoto;
-
- /** 宠物照片 */
- @Excel(name = "宠物照片")
- private String petPhoto;
-
- /** 伴宠师照片 */
- @Excel(name = "伴宠师照片")
- private String teacherPhoto;
-
- /** 粮碗前后对比-前 */
- @Excel(name = "粮碗前后对比-前")
- private String grainBowlFront;
-
- /** 粮碗前后对比-后 */
- @Excel(name = "粮碗前后对比-后")
- private String grainBowlAfter;
-
- /** 水碗前后对比-前 */
- @Excel(name = "水碗前后对比-前")
- private String waterBowlFront;
-
- /** 水碗前后对比-后 */
- @Excel(name = "水碗前后对比-后")
- private String waterBowlAfter;
-
- /** 盆/尿垫前后对比-前 */
- @Excel(name = "盆/尿垫前后对比-前")
- private String basinFront;
-
- /** 盆/尿垫前后对比-后 */
- @Excel(name = "盆/尿垫前后对比-后")
- private String basinAfter;
-
- /** 溜狗 */
- @Excel(name = "溜狗")
- private String workDogImage;
-
- /** 陪玩 */
- @Excel(name = "陪玩")
- private String workPalyImage;
-
- /** 备注 */
- @Excel(name = "备注")
- private String notes;
-
- /** 日订单标识 */
- @Excel(name = "日订单标识")
- private Long itemDateId;
-
- /** 总订单标识 */
- @Excel(name = "总订单标识")
- private Long itemOrderId;
-
- /** 订单标识 */
- @Excel(name = "订单标识")
- private Long orderId;
-
-}
diff --git a/otherPages/myOrdersManage/clock/index.vue b/otherPages/myOrdersManage/clock/index.vue
index 0b0706f..2bf92f5 100644
--- a/otherPages/myOrdersManage/clock/index.vue
+++ b/otherPages/myOrdersManage/clock/index.vue
@@ -173,15 +173,16 @@
- 其他补充信息(非必填)
+ 其他补充信息(必填)
可记录一下今日趣事、宠物状况、提醒事项等
-
+
服务日期
+ {{ item.orderId }}
{{ item.fullDate }}
diff --git a/pages/myOrdersManage/dateOrder.json b/pages/myOrdersManage/dateOrder.json
deleted file mode 100644
index 69cb2bf..0000000
--- a/pages/myOrdersManage/dateOrder.json
+++ /dev/null
@@ -1,668 +0,0 @@
-{
- "content": [{
- "orderId": 6278846201284608,
- "payId": 6278846201284609,
- "orderSn": "250418-6278846201284608",
- "memberId": 211,
- "totalAmount": 71.25,
- "payAmount": 71.25,
- "status": 4,
- "aftersaleStatus": 1,
- "orderItemList": [{
- "createBy": 211,
- "createTime": "2025-04-18 21:48:20",
- "updateBy": null,
- "updateTime": null,
- "id": 6278846205200384,
- "orderId": 6278846201284608,
- "orderServiceId": 6278846202382336,
- "productId": 63,
- "outProductId": "P001",
- "skuId": 404,
- "outSkuId": null,
- "productSnapshotId": null,
- "skuSnapshotId": null,
- "pic": "https://catmdogf.oss-cn-shanghai.aliyuncs.com/2024/01/08ba3980c107c2472397b13ef9769257e1陪玩.png",
- "productName": "专业遛狗",
- "salePrice": 75.00,
- "purchasePrice": null,
- "quantity": 1,
- "productCategoryId": 76,
- "spData": "{\"时间\":\"60\"}"
- }],
- "orderServiceList": null,
- "service": {
- "createBy": 211,
- "createTime": "2025-04-18 21:48:20",
- "updateBy": null,
- "updateTime": null,
- "id": 6278846202382336,
- "orderId": 6278846201284608,
- "pet": null,
- "serviceFrequency": null,
- "serviceDate": "2025-04-30",
- "serviceTimeFirst": null,
- "serviceTimeSecond": null,
- "delFlag": 0,
- "petId": 177,
- "expectServiceTime": "MORNING",
- "feedCount": null,
- "petVo": null,
- "pets": null
- },
- "note": null,
- "deliverySn": null,
- "createTime": "2025-04-18 21:48:20",
- "paymentTime": null,
- "receiverName": "1",
- "receiverPhone": "13055015802",
- "receiverProvince": "",
- "receiverCity": "湖南省湘潭市雨湖区雨湖路272号湘潭市雨湖区人民政府",
- "receiverDistrict": "",
- "receiverDetailAddress": "1",
- "timeToPay": null,
- "staffId": null,
- "petVOList": null
- }, {
- "orderId": 6278844121892864,
- "payId": 6278844121892865,
- "orderSn": "250418-6278844121892864",
- "memberId": 211,
- "totalAmount": 71.25,
- "payAmount": 71.25,
- "status": 4,
- "aftersaleStatus": 1,
- "orderItemList": [{
- "createBy": 211,
- "createTime": "2025-04-18 21:46:13",
- "updateBy": null,
- "updateTime": null,
- "id": 6278844126758912,
- "orderId": 6278844121892864,
- "orderServiceId": 6278844123498496,
- "productId": 63,
- "outProductId": "P001",
- "skuId": 404,
- "outSkuId": null,
- "productSnapshotId": null,
- "skuSnapshotId": null,
- "pic": "https://catmdogf.oss-cn-shanghai.aliyuncs.com/2024/01/08ba3980c107c2472397b13ef9769257e1陪玩.png",
- "productName": "专业遛狗",
- "salePrice": 75.00,
- "purchasePrice": null,
- "quantity": 1,
- "productCategoryId": 76,
- "spData": "{\"时间\":\"60\"}"
- }],
- "orderServiceList": null,
- "service": {
- "createBy": 211,
- "createTime": "2025-04-18 21:46:13",
- "updateBy": null,
- "updateTime": null,
- "id": 6278844123498496,
- "orderId": 6278844121892864,
- "pet": null,
- "serviceFrequency": null,
- "serviceDate": "2025-04-30",
- "serviceTimeFirst": null,
- "serviceTimeSecond": null,
- "delFlag": 0,
- "petId": 177,
- "expectServiceTime": "MORNING",
- "feedCount": null,
- "petVo": null,
- "pets": null
- },
- "note": null,
- "deliverySn": null,
- "createTime": "2025-04-18 21:46:13",
- "paymentTime": null,
- "receiverName": "1",
- "receiverPhone": "13055015802",
- "receiverProvince": "",
- "receiverCity": "湖南省湘潭市雨湖区雨湖路272号湘潭市雨湖区人民政府",
- "receiverDistrict": "",
- "receiverDetailAddress": "1",
- "timeToPay": null,
- "staffId": null,
- "petVOList": null
- }, {
- "orderId": 6278842452690944,
- "payId": 6278842452690945,
- "orderSn": "250418-6278842452690944",
- "memberId": 211,
- "totalAmount": 71.25,
- "payAmount": 71.25,
- "status": 4,
- "aftersaleStatus": 1,
- "orderItemList": [{
- "createBy": 211,
- "createTime": "2025-04-18 21:44:32",
- "updateBy": null,
- "updateTime": null,
- "id": 6278842456311808,
- "orderId": 6278842452690944,
- "orderServiceId": 6278842453706752,
- "productId": 63,
- "outProductId": "P001",
- "skuId": 404,
- "outSkuId": null,
- "productSnapshotId": null,
- "skuSnapshotId": null,
- "pic": "https://catmdogf.oss-cn-shanghai.aliyuncs.com/2024/01/08ba3980c107c2472397b13ef9769257e1陪玩.png",
- "productName": "专业遛狗",
- "salePrice": 75.00,
- "purchasePrice": null,
- "quantity": 1,
- "productCategoryId": 76,
- "spData": "{\"时间\":\"60\"}"
- }],
- "orderServiceList": null,
- "service": {
- "createBy": 211,
- "createTime": "2025-04-18 21:44:32",
- "updateBy": null,
- "updateTime": null,
- "id": 6278842453706752,
- "orderId": 6278842452690944,
- "pet": null,
- "serviceFrequency": null,
- "serviceDate": "2025-04-30",
- "serviceTimeFirst": null,
- "serviceTimeSecond": null,
- "delFlag": 0,
- "petId": 177,
- "expectServiceTime": "MORNING",
- "feedCount": null,
- "petVo": null,
- "pets": null
- },
- "note": null,
- "deliverySn": null,
- "createTime": "2025-04-18 21:44:31",
- "paymentTime": null,
- "receiverName": "1",
- "receiverPhone": "13055015802",
- "receiverProvince": "",
- "receiverCity": "湖南省湘潭市雨湖区雨湖路272号湘潭市雨湖区人民政府",
- "receiverDistrict": "",
- "receiverDetailAddress": "1",
- "timeToPay": null,
- "staffId": null,
- "petVOList": null
- }, {
- "orderId": 6278841349523456,
- "payId": 6278841349523457,
- "orderSn": "250418-6278841349523456",
- "memberId": 211,
- "totalAmount": 71.25,
- "payAmount": 71.25,
- "status": 4,
- "aftersaleStatus": 1,
- "orderItemList": [{
- "createBy": 211,
- "createTime": "2025-04-18 21:43:24",
- "updateBy": null,
- "updateTime": null,
- "id": 6278841353963520,
- "orderId": 6278841349523456,
- "orderServiceId": 6278841350768640,
- "productId": 63,
- "outProductId": "P001",
- "skuId": 404,
- "outSkuId": null,
- "productSnapshotId": null,
- "skuSnapshotId": null,
- "pic": "https://catmdogf.oss-cn-shanghai.aliyuncs.com/2024/01/08ba3980c107c2472397b13ef9769257e1陪玩.png",
- "productName": "专业遛狗",
- "salePrice": 75.00,
- "purchasePrice": null,
- "quantity": 1,
- "productCategoryId": 76,
- "spData": "{\"时间\":\"60\"}"
- }],
- "orderServiceList": null,
- "service": {
- "createBy": 211,
- "createTime": "2025-04-18 21:43:24",
- "updateBy": null,
- "updateTime": null,
- "id": 6278841350768640,
- "orderId": 6278841349523456,
- "pet": null,
- "serviceFrequency": null,
- "serviceDate": "2025-04-30",
- "serviceTimeFirst": null,
- "serviceTimeSecond": null,
- "delFlag": 0,
- "petId": 177,
- "expectServiceTime": "MORNING",
- "feedCount": null,
- "petVo": null,
- "pets": null
- },
- "note": null,
- "deliverySn": null,
- "createTime": "2025-04-18 21:43:24",
- "paymentTime": null,
- "receiverName": "1",
- "receiverPhone": "13055015802",
- "receiverProvince": "",
- "receiverCity": "湖南省湘潭市雨湖区雨湖路272号湘潭市雨湖区人民政府",
- "receiverDistrict": "",
- "receiverDetailAddress": "1",
- "timeToPay": null,
- "staffId": null,
- "petVOList": null
- }, {
- "orderId": 6278837277427712,
- "payId": 6278837277427713,
- "orderSn": "250418-6278837277427712",
- "memberId": 211,
- "totalAmount": 71.25,
- "payAmount": 71.25,
- "status": 4,
- "aftersaleStatus": 1,
- "orderItemList": [{
- "createBy": 211,
- "createTime": "2025-04-18 21:39:16",
- "updateBy": null,
- "updateTime": null,
- "id": 6278837281671168,
- "orderId": 6278837277427712,
- "orderServiceId": 6278837278607360,
- "productId": 63,
- "outProductId": "P001",
- "skuId": 404,
- "outSkuId": null,
- "productSnapshotId": null,
- "skuSnapshotId": null,
- "pic": "https://catmdogf.oss-cn-shanghai.aliyuncs.com/2024/01/08ba3980c107c2472397b13ef9769257e1陪玩.png",
- "productName": "专业遛狗",
- "salePrice": 75.00,
- "purchasePrice": null,
- "quantity": 1,
- "productCategoryId": 76,
- "spData": "{\"时间\":\"60\"}"
- }],
- "orderServiceList": null,
- "service": {
- "createBy": 211,
- "createTime": "2025-04-18 21:39:16",
- "updateBy": null,
- "updateTime": null,
- "id": 6278837278607360,
- "orderId": 6278837277427712,
- "pet": null,
- "serviceFrequency": null,
- "serviceDate": "2025-04-30",
- "serviceTimeFirst": null,
- "serviceTimeSecond": null,
- "delFlag": 0,
- "petId": 177,
- "expectServiceTime": "MORNING",
- "feedCount": null,
- "petVo": null,
- "pets": null
- },
- "note": null,
- "deliverySn": null,
- "createTime": "2025-04-18 21:39:16",
- "paymentTime": null,
- "receiverName": "1",
- "receiverPhone": "13055015802",
- "receiverProvince": "",
- "receiverCity": "湖南省湘潭市雨湖区雨湖路272号湘潭市雨湖区人民政府",
- "receiverDistrict": "",
- "receiverDetailAddress": "1",
- "timeToPay": null,
- "staffId": null,
- "petVOList": null
- }, {
- "orderId": 6278836794968064,
- "payId": 6278836794968065,
- "orderSn": "250418-6278836794968064",
- "memberId": 211,
- "totalAmount": 71.25,
- "payAmount": 71.25,
- "status": 4,
- "aftersaleStatus": 1,
- "orderItemList": [{
- "createBy": 211,
- "createTime": "2025-04-18 21:38:46",
- "updateBy": null,
- "updateTime": null,
- "id": 6278836799145984,
- "orderId": 6278836794968064,
- "orderServiceId": 6278836796213248,
- "productId": 63,
- "outProductId": "P001",
- "skuId": 404,
- "outSkuId": null,
- "productSnapshotId": null,
- "skuSnapshotId": null,
- "pic": "https://catmdogf.oss-cn-shanghai.aliyuncs.com/2024/01/08ba3980c107c2472397b13ef9769257e1陪玩.png",
- "productName": "专业遛狗",
- "salePrice": 75.00,
- "purchasePrice": null,
- "quantity": 1,
- "productCategoryId": 76,
- "spData": "{\"时间\":\"60\"}"
- }],
- "orderServiceList": null,
- "service": {
- "createBy": 211,
- "createTime": "2025-04-18 21:38:46",
- "updateBy": null,
- "updateTime": null,
- "id": 6278836796213248,
- "orderId": 6278836794968064,
- "pet": null,
- "serviceFrequency": null,
- "serviceDate": "2025-04-30",
- "serviceTimeFirst": null,
- "serviceTimeSecond": null,
- "delFlag": 0,
- "petId": 177,
- "expectServiceTime": "MORNING",
- "feedCount": null,
- "petVo": null,
- "pets": null
- },
- "note": null,
- "deliverySn": null,
- "createTime": "2025-04-18 21:38:46",
- "paymentTime": null,
- "receiverName": "1",
- "receiverPhone": "13055015802",
- "receiverProvince": "",
- "receiverCity": "湖南省湘潭市雨湖区雨湖路272号湘潭市雨湖区人民政府",
- "receiverDistrict": "",
- "receiverDetailAddress": "1",
- "timeToPay": null,
- "staffId": null,
- "petVOList": null
- }, {
- "orderId": 6278835994511360,
- "payId": 6278835994511361,
- "orderSn": "250418-6278835994511360",
- "memberId": 211,
- "totalAmount": 71.25,
- "payAmount": 71.25,
- "status": 4,
- "aftersaleStatus": 1,
- "orderItemList": [{
- "createBy": 211,
- "createTime": "2025-04-18 21:37:57",
- "updateBy": null,
- "updateTime": null,
- "id": 6278835998623744,
- "orderId": 6278835994511360,
- "orderServiceId": 6278835995707392,
- "productId": 63,
- "outProductId": "P001",
- "skuId": 404,
- "outSkuId": null,
- "productSnapshotId": null,
- "skuSnapshotId": null,
- "pic": "https://catmdogf.oss-cn-shanghai.aliyuncs.com/2024/01/08ba3980c107c2472397b13ef9769257e1陪玩.png",
- "productName": "专业遛狗",
- "salePrice": 75.00,
- "purchasePrice": null,
- "quantity": 1,
- "productCategoryId": 76,
- "spData": "{\"时间\":\"60\"}"
- }],
- "orderServiceList": null,
- "service": {
- "createBy": 211,
- "createTime": "2025-04-18 21:37:57",
- "updateBy": null,
- "updateTime": null,
- "id": 6278835995707392,
- "orderId": 6278835994511360,
- "pet": null,
- "serviceFrequency": null,
- "serviceDate": "2025-04-30",
- "serviceTimeFirst": null,
- "serviceTimeSecond": null,
- "delFlag": 0,
- "petId": 177,
- "expectServiceTime": "MORNING",
- "feedCount": null,
- "petVo": null,
- "pets": null
- },
- "note": null,
- "deliverySn": null,
- "createTime": "2025-04-18 21:37:57",
- "paymentTime": null,
- "receiverName": "1",
- "receiverPhone": "13055015802",
- "receiverProvince": "",
- "receiverCity": "湖南省湘潭市雨湖区雨湖路272号湘潭市雨湖区人民政府",
- "receiverDistrict": "",
- "receiverDetailAddress": "1",
- "timeToPay": null,
- "staffId": null,
- "petVOList": null
- }, {
- "orderId": 6278832806004736,
- "payId": 6278832806004737,
- "orderSn": "250418-6278832806004736",
- "memberId": 211,
- "totalAmount": 71.25,
- "payAmount": 71.25,
- "status": 4,
- "aftersaleStatus": 1,
- "orderItemList": [{
- "createBy": 211,
- "createTime": "2025-04-18 21:34:43",
- "updateBy": null,
- "updateTime": null,
- "id": 6278832810018816,
- "orderId": 6278832806004736,
- "orderServiceId": 6278832807118848,
- "productId": 63,
- "outProductId": "P001",
- "skuId": 404,
- "outSkuId": null,
- "productSnapshotId": null,
- "skuSnapshotId": null,
- "pic": "https://catmdogf.oss-cn-shanghai.aliyuncs.com/2024/01/08ba3980c107c2472397b13ef9769257e1陪玩.png",
- "productName": "专业遛狗",
- "salePrice": 75.00,
- "purchasePrice": null,
- "quantity": 1,
- "productCategoryId": 76,
- "spData": "{\"时间\":\"60\"}"
- }],
- "orderServiceList": null,
- "service": {
- "createBy": 211,
- "createTime": "2025-04-18 21:34:43",
- "updateBy": null,
- "updateTime": null,
- "id": 6278832807118848,
- "orderId": 6278832806004736,
- "pet": null,
- "serviceFrequency": null,
- "serviceDate": "2025-04-30",
- "serviceTimeFirst": null,
- "serviceTimeSecond": null,
- "delFlag": 0,
- "petId": 177,
- "expectServiceTime": "MORNING",
- "feedCount": null,
- "petVo": null,
- "pets": null
- },
- "note": null,
- "deliverySn": null,
- "createTime": "2025-04-18 21:34:43",
- "paymentTime": null,
- "receiverName": "1",
- "receiverPhone": "13055015802",
- "receiverProvince": "",
- "receiverCity": "湖南省湘潭市雨湖区雨湖路272号湘潭市雨湖区人民政府",
- "receiverDistrict": "",
- "receiverDetailAddress": "1",
- "timeToPay": null,
- "staffId": null,
- "petVOList": null
- }, {
- "orderId": 6278831647475712,
- "payId": 6278831647475713,
- "orderSn": "250418-6278831647475712",
- "memberId": 211,
- "totalAmount": 71.25,
- "payAmount": 71.25,
- "status": 4,
- "aftersaleStatus": 1,
- "orderItemList": [{
- "createBy": 211,
- "createTime": "2025-04-18 21:33:32",
- "updateBy": null,
- "updateTime": null,
- "id": 6278831651309568,
- "orderId": 6278831647475712,
- "orderServiceId": 6278831648573440,
- "productId": 63,
- "outProductId": "P001",
- "skuId": 404,
- "outSkuId": null,
- "productSnapshotId": null,
- "skuSnapshotId": null,
- "pic": "https://catmdogf.oss-cn-shanghai.aliyuncs.com/2024/01/08ba3980c107c2472397b13ef9769257e1陪玩.png",
- "productName": "专业遛狗",
- "salePrice": 75.00,
- "purchasePrice": null,
- "quantity": 1,
- "productCategoryId": 76,
- "spData": "{\"时间\":\"60\"}"
- }],
- "orderServiceList": null,
- "service": {
- "createBy": 211,
- "createTime": "2025-04-18 21:33:32",
- "updateBy": null,
- "updateTime": null,
- "id": 6278831648573440,
- "orderId": 6278831647475712,
- "pet": null,
- "serviceFrequency": null,
- "serviceDate": "2025-04-30",
- "serviceTimeFirst": null,
- "serviceTimeSecond": null,
- "delFlag": 0,
- "petId": 177,
- "expectServiceTime": "MORNING",
- "feedCount": null,
- "petVo": null,
- "pets": null
- },
- "note": null,
- "deliverySn": null,
- "createTime": "2025-04-18 21:33:32",
- "paymentTime": null,
- "receiverName": "1",
- "receiverPhone": "13055015802",
- "receiverProvince": "",
- "receiverCity": "湖南省湘潭市雨湖区雨湖路272号湘潭市雨湖区人民政府",
- "receiverDistrict": "",
- "receiverDetailAddress": "1",
- "timeToPay": null,
- "staffId": null,
- "petVOList": null
- }, {
- "orderId": 6278821909071872,
- "payId": 6278821909071873,
- "orderSn": "250418-6278821909071872",
- "memberId": 211,
- "totalAmount": 60.56,
- "payAmount": 60.56,
- "status": 4,
- "aftersaleStatus": 1,
- "orderItemList": [{
- "createBy": 211,
- "createTime": "2025-04-18 21:23:38",
- "updateBy": null,
- "updateTime": null,
- "id": 6278821913151488,
- "orderId": 6278821909071872,
- "orderServiceId": 6278821910251520,
- "productId": 63,
- "outProductId": "P001",
- "skuId": 404,
- "outSkuId": null,
- "productSnapshotId": null,
- "skuSnapshotId": null,
- "pic": "https://catmdogf.oss-cn-shanghai.aliyuncs.com/2024/01/08ba3980c107c2472397b13ef9769257e1陪玩.png",
- "productName": "专业遛狗",
- "salePrice": 75.00,
- "purchasePrice": null,
- "quantity": 1,
- "productCategoryId": 76,
- "spData": "{\"时间\":\"60\"}"
- }],
- "orderServiceList": null,
- "service": {
- "createBy": 211,
- "createTime": "2025-04-18 21:23:38",
- "updateBy": null,
- "updateTime": null,
- "id": 6278821910251520,
- "orderId": 6278821909071872,
- "pet": null,
- "serviceFrequency": null,
- "serviceDate": "2025-04-23",
- "serviceTimeFirst": null,
- "serviceTimeSecond": null,
- "delFlag": 0,
- "petId": 177,
- "expectServiceTime": "",
- "feedCount": null,
- "petVo": null,
- "pets": null
- },
- "note": null,
- "deliverySn": null,
- "createTime": "2025-04-18 21:23:38",
- "paymentTime": null,
- "receiverName": "1",
- "receiverPhone": "13055015802",
- "receiverProvince": "",
- "receiverCity": "湖南省湘潭市雨湖区雨湖路272号湘潭市雨湖区人民政府",
- "receiverDistrict": "",
- "receiverDetailAddress": "1",
- "timeToPay": null,
- "staffId": null,
- "petVOList": null
- }],
- "pageable": {
- "sort": {
- "sorted": false,
- "unsorted": true,
- "empty": true
- },
- "offset": 10,
- "pageNumber": 1,
- "pageSize": 10,
- "paged": true,
- "unpaged": false
- },
- "totalElements": 22,
- "last": false,
- "totalPages": 3,
- "number": 1,
- "size": 10,
- "sort": {
- "sorted": false,
- "unsorted": true,
- "empty": true
- },
- "numberOfElements": 10,
- "first": false,
- "empty": false
-}
\ No newline at end of file