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

20191024 添加查询条件

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