From ad1f175cd09834953533d928b69e4e7c50c98645 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Mon, 23 Mar 2026 14:42:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=B8=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/hxhq/business/service/impl/YqServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/YqServiceImpl.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/YqServiceImpl.java index 91414f0..6f6dfea 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/YqServiceImpl.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/YqServiceImpl.java @@ -52,7 +52,7 @@ public class YqServiceImpl extends ServiceImpl implements IYqServi QueryWrapper queryWrapper = Wrappers.query(); queryWrapper.eq("y.del_flag", 0); if(StringUtils.isNotEmpty(form.getMc())) { - queryWrapper.like("y.`mc`", form.getBh()); + queryWrapper.like("y.`mc`", form.getMc()); } if(StringUtils.isNotEmpty(form.getBh())) { queryWrapper.like("y.bh", form.getBh());