This commit is contained in:
GYJ 2024-12-15 17:15:00 +08:00
parent 67f9f7bc82
commit 20753f84b3
1 changed files with 1 additions and 1 deletions

View File

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