Explorar o código

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

anderx %!s(int64=3) %!d(string=hai) anos
pai
achega
42aa621e98
Modificáronse 1 ficheiros con 8 adicións e 8 borrados
  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}