From c06d972894b536cd96b817c922fb73f69c9d1a71 Mon Sep 17 00:00:00 2001
From: zepengdev <lzpsmith@outlook.com>
Date: Wed, 17 Sep 2025 19:28:40 +0800
Subject: [PATCH] fix: 调整店铺与商户绑定方式
---
oying-system/src/main/resources/mapper/sh/OrderMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/oying-system/src/main/resources/mapper/sh/OrderMapper.xml b/oying-system/src/main/resources/mapper/sh/OrderMapper.xml
index b390ff9..af9e255 100644
--- a/oying-system/src/main/resources/mapper/sh/OrderMapper.xml
+++ b/oying-system/src/main/resources/mapper/sh/OrderMapper.xml
@@ -127,7 +127,7 @@
or p.product_name like concat('%',#{blurry},'%')
or p.product_title like concat('%',#{blurry},'%')
or p.product_description like concat('%',#{blurry},'%')
- or o.orderNum like concat('%',#{blurry},'%')
+ or o.order_num like concat('%',#{blurry},'%')
or o.order_describe like concat('%',#{blurry},'%')
or o.username like concat('%',#{blurry},'%'))
</if>
--
Gitblit v1.9.3