bug fix
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<select id="findByPhoneAndCode" resultType="com.sqx.modules.app.entity.Msg">
|
<select id="findByPhoneAndCode" resultType="com.sqx.modules.app.entity.Msg">
|
||||||
select * from msg where phone=#{phone}
|
select * from msg where phone=#{phone}
|
||||||
<if test="msg!='147258'">
|
<if test="msg!='147258'">
|
||||||
and v.code = #{msg}
|
and v.msg = #{msg}
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user