From 61c9ab05f179dd762b67ba062fd5bc1bc9a7312c Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 09 Nov 2021 11:48:51 +0800
Subject: [PATCH] 20211108
---
gc-order/src/main/resources/mapper/order/JhyOrderMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gc-order/src/main/resources/mapper/order/JhyOrderMapper.xml b/gc-order/src/main/resources/mapper/order/JhyOrderMapper.xml
index dc5bd28..f9cf0f2 100644
--- a/gc-order/src/main/resources/mapper/order/JhyOrderMapper.xml
+++ b/gc-order/src/main/resources/mapper/order/JhyOrderMapper.xml
@@ -101,7 +101,7 @@
inner join xzx_user_info b on a.register_mobile_phone=b.mobile_phone
inner join xzx_jhy_order c on b.user_id=c.user_id
inner join xzx_jhy_order_items d on c.id=d.order_id
- where register_mobile_phone=#{record.phone}
+ where a.mobile_phone=#{record.phone}
group by c.order_no
</select>
</mapper>
\ No newline at end of file
--
Gitblit v1.9.1