提交 0b8c9056 作者: 沈振路

register_user_entity 表添加逻辑删除字段

上级 2d5e9942
...@@ -37,12 +37,11 @@ ...@@ -37,12 +37,11 @@
where where
rue.is_deleted = 0 rue.is_deleted = 0
and timestampdiff(HOUR, rue.last_active, now()) < 48
<if test="openId != null and openId != ''"> <if test="openId != null and openId != ''">
and rue.open_id = #{openId} and and rue.open_id = #{openId}
</if> </if>
timestampdiff(HOUR, rue.last_active, now()) &lt; 48
<if test="dynamicExpressList != null and dynamicExpressList.size() != 0"> <if test="dynamicExpressList != null and dynamicExpressList.size() != 0">
<foreach collection="dynamicExpressList" open=" and " item="express" separator=" and "> <foreach collection="dynamicExpressList" open=" and " item="express" separator=" and ">
${express} ${express}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论