bug fix1
This commit is contained in:
parent
67f9f7bc82
commit
20753f84b3
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue