From bd59c19c6fccfc8d0bf3804c0d0c712454bd7d42 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 16 六月 2021 17:24:47 +0800
Subject: [PATCH] 修复扣款
---
java110-db/src/main/resources/mapper/community/ActivitiesServiceDaoImplMapper.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/community/ActivitiesServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/ActivitiesServiceDaoImplMapper.xml
old mode 100644
new mode 100755
index 8674de8..590707b
--- a/java110-db/src/main/resources/mapper/community/ActivitiesServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/ActivitiesServiceDaoImplMapper.xml
@@ -155,8 +155,8 @@
<if test="readCount !=null and readCount != ''">
and t.read_count= #{readCount}
</if>
- <if test="userName !=null and userName != ''">
- and t.user_name= #{userName}
+ <if test="staffName !=null and staffName != ''">
+ and t.user_name= #{staffName}
</if>
<if test="activitiesId !=null and activitiesId != ''">
@@ -268,8 +268,8 @@
<if test="readCount !=null and readCount != ''">
and t.read_count= #{readCount}
</if>
- <if test="userName !=null and userName != ''">
- and t.user_name= #{userName}
+ <if test="staffName !=null and staffName != ''">
+ and t.user_name= #{staffName}
</if>
<if test="activitiesId !=null and activitiesId != ''">
and t.activities_id= #{activitiesId}
--
Gitblit v1.8.0