Просмотр исходного кода

各接口操作数据同步到客户统计表

anderx лет назад: 3
Родитель
Сommit
42aa621e98
1 измененных файлов с 8 добавлено и 8 удалено
  1. 8 8
      src/main/java/com/goafanti/common/mapper/UserMidMapper.xml

+ 8 - 8
src/main/java/com/goafanti/common/mapper/UserMidMapper.xml

@@ -468,11 +468,11 @@
       <if test="userName != null">
         and a.nickname like concat('%',#{userName},'%')
       </if>
-    <if test="adminName != null">
-      and c.name  like concat('%',#{adminName},'%')
+    <if test="aid != null">
+      and c.id =#{aid}
     </if>
-    <if test="followAname != null">
-      and b.follow_aname  like concat('%',#{followAname},'%')
+    <if test="followAid != null">
+      and b.follow_aid =#{followAid}
     </if>
     <if test="member != null">
       and b.`member` = #{member}
@@ -515,11 +515,11 @@
     <if test="userName != null">
       and a.nickname like concat('%',#{userName},'%')
     </if>
-    <if test="adminName != null">
-      and c.name  like concat('%',#{adminName},'%')
+    <if test="aid != null">
+      and c.id =#{aid}
     </if>
-    <if test="followAname != null">
-      and b.follow_aname  like concat('%',#{followAname},'%')
+    <if test="followAid != null">
+      and b.follow_aid =#{followAid}
     </if>
     <if test="member != null">
       and b.`member` = #{member}