diff --git a/CatmDogd-Mall-Front-test/.env.development b/CatmDogd-Mall-Front-test/.env.development
index 04a898d..d8a74eb 100644
--- a/CatmDogd-Mall-Front-test/.env.development
+++ b/CatmDogd-Mall-Front-test/.env.development
@@ -6,9 +6,9 @@ VUE_APP_TITLE = 下单伴宠师综合管理平台
# 若依管理系统/开发环境 https://pet-admin.hhlm1688.com/api
# VUE_APP_BASE_API = 'https://api.catmdogd.com'
-VUE_APP_BASE_API = 'https://pet-admin.hhlm1688.com/api/'
+# VUE_APP_BASE_API = 'https://pet-admin.hhlm1688.com/api/'
# VUE_APP_BASE_API = 'http://h5.xzaiyp.top'
-# VUE_APP_BASE_API = 'http://localhost:8002'
+VUE_APP_BASE_API = 'http://localhost:8002'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
diff --git a/CatmDogd-Mall-Front-test/src/views/model/AppletOrder/index.vue b/CatmDogd-Mall-Front-test/src/views/model/AppletOrder/index.vue
index 994e27b..9c4f3da 100644
--- a/CatmDogd-Mall-Front-test/src/views/model/AppletOrder/index.vue
+++ b/CatmDogd-Mall-Front-test/src/views/model/AppletOrder/index.vue
@@ -48,6 +48,13 @@
:value="dict.value" />
+
+
+
+
+
+
+
@@ -243,7 +250,7 @@
-
+
@@ -319,7 +326,8 @@ export default {
userIdJson: null,
orderSn: null,
orderId: null,
- orderTime: null
+ orderTime: null,
+ noticeSystemFlag: null,
},
// 表单参数
form: {},
diff --git a/ruoyi-catdog/src/main/resources/mapper/model/AppletOrderMapper.xml b/ruoyi-catdog/src/main/resources/mapper/model/AppletOrderMapper.xml
index 56c271b..8ddbc24 100644
--- a/ruoyi-catdog/src/main/resources/mapper/model/AppletOrderMapper.xml
+++ b/ruoyi-catdog/src/main/resources/mapper/model/AppletOrderMapper.xml
@@ -55,6 +55,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and order_sn = #{orderSn}
and order_id = #{orderId}
and order_time = #{orderTime}
+ and notice_system_flag = -1 and user_id is null
+ and (notice_system_flag != -1 or user_id is not null)
order by create_time desc