flower_city/src/main/resources/mapper/SysUserMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
flower_city/src/main/resources/mapper/SysUserMapper.xml
@@ -74,13 +74,12 @@ </sql> <select id="selectNum" resultType="integer"> select count(user_id) from sys_user <select id="selectNum" parameterType="string" resultType="integer"> select count(user_id) from automessage_sys_user <where> <if test="userType != null and userType != ''"> AND user_type=#{userType} </if> </where> </select>