Browse Source

xml修改

anderx 10 months ago
parent
commit
1ec3372a34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/UserMapper.xml

@@ -527,7 +527,7 @@ nature_other = values(nature_other)
         </if>
     </select>
 
-    <select id="findUserCount" parameterType="String" resultType="java.lang.Integer">
+    <select id="findUserCount"  resultType="java.lang.Integer">
         select count(1)
         from user u LEFT JOIN user_identity i
         ON u.id = i.uid