提交 dea95528 编写于 作者: rushui.chen's avatar rushui.chen

20191024 添加查询判断条件

上级 8c1370b5
流水线 #16238 已失败 于阶段
in 0 second
......@@ -27,7 +27,7 @@
select
<include refid="Base_Column_List"/>
from account_info
where id = #{id,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER} and delete_flag=1
</select>
<!--通过电话号码查询账号信息-->
......@@ -35,7 +35,7 @@
select
<include refid="Base_Column_List"/>
from account_info
where mobile_phone = #{mobile}
where mobile_phone = #{mobile} and delete_flag=1
</select>
<!--插入注册人信息-->
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册