提交 d97fa3c1 编写于 作者: wangxinxu's avatar wangxinxu

查询微信绑定关系

上级 cbb40dba
流水线 #52914 已取消 于阶段
......@@ -145,7 +145,8 @@
<include refid="Base_Column_List" />
from account_pat_union
where union_id = #{unionId,jdbcType=VARCHAR}
and delete_flag = 1;
and delete_flag = 1
order by modified_time desc limit 1
</select>
<select id="selectByAcctId" parameterType="java.lang.Integer" resultMap="BaseResultMap" >
......@@ -153,7 +154,8 @@
<include refid="Base_Column_List" />
from account_pat_union
where acct_id = #{acctId,jdbcType=INTEGER}
and delete_flag = 1;
and delete_flag = 1
order by modified_time desc limit 1
</select>
<insert id="initBatch" parameterType="java.util.List" useGeneratedKeys="true" keyProperty="id">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册