ruoyi-system/src/main/resources/mapper/system/SmsTempletMapper.xml
@@ -67,6 +67,7 @@ <if test="wardCode != null and wardCode != ''">and ward_code = #{wardCode}</if> <if test="userName != null and userName != ''">and user_name = #{userName}</if> <if test="nickName != null and nickName != ''">and nick_name = #{nickName}</if> <if test="pageSize != null and pageNum != null">limit ${pageSize} OFFSET ${pageNum}</if> </select> <select id="selectSmsTempletByTempletid" parameterType="Long" resultMap="SmsTempletResult">