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

20191028 返回值类型

上级 e515c180
流水线 #16359 已失败 于阶段
in 0 second
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
</select> </select>
<!--通过电话号码查询账号信息--> <!--通过电话号码查询账号信息-->
<select id="selectAcctIdByMobile" resultMap="java.lang.Integer" parameterType="java.lang.String"> <select id="selectAcctIdByMobile" resultType="java.lang.Integer" parameterType="java.lang.String">
select id select id
from account_info from account_info
where mobile_phone = #{mobile} and delete_flag=1 where mobile_phone = #{mobile} and delete_flag=1
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册