万能验证码 61626364

This commit is contained in:
2024-12-31 17:08:45 +08:00
parent fd0c4f5c5e
commit 5419dd4102
2 changed files with 1 additions and 6 deletions

View File

@@ -10,9 +10,7 @@
<select id="findByPhoneAndCode" resultType="com.sqx.modules.app.entity.Msg">
select * from msg where phone=#{phone}
<if test="msg!='147258'">
and code = #{msg}
</if>
</select>
</mapper>