修改达标奖励重复给的问题
增加万能验证码
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
</select>
|
||||
|
||||
<select id="findByPhoneAndCode" resultType="com.sqx.modules.app.entity.Msg">
|
||||
select * from msg where phone=#{phone} and code=#{msg}
|
||||
select * from msg where phone=#{phone}
|
||||
<if test="msg!='147258'">
|
||||
and v.code = #{msg}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user