Commit 0dec45fb authored by liming's avatar liming

修改生产环境先不发送短信验证吧

parent 70dd203a
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<if test="date != null"> <if test="date != null">
and t1.create_date = #{date} and t1.create_date = #{date}
</if> </if>
<if test="gameMode != null"> <if test="gameMode != null and gameMode!=0">
and t1.game_mode = #{gameMode} and t1.game_mode = #{gameMode}
</if> </if>
order by t1.id desc order by t1.id desc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment