From 1c83eedac7e23a267f294894ab1566b4823fd415 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 22 Nov 2021 10:55:00 +0800
Subject: [PATCH] 20211122
---
gc-user/src/main/resources/mapper/user/OrderMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gc-user/src/main/resources/mapper/user/OrderMapper.xml b/gc-user/src/main/resources/mapper/user/OrderMapper.xml
index c8f78da..8bd0e08 100644
--- a/gc-user/src/main/resources/mapper/user/OrderMapper.xml
+++ b/gc-user/src/main/resources/mapper/user/OrderMapper.xml
@@ -433,7 +433,7 @@
LEFT JOIN xzx_jhy_info e ON a.jhy_id = e.user_id
WHERE
a.user_id = #{userId}
- and a.status = 3
+ and a.status != 5
GROUP BY
a.id
)
--
Gitblit v1.9.1