提交 c349e29a authored 作者: luojie's avatar luojie

修改新用户判定sql

上级 1461e02e
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
</when> </when>
<when test="status != null and status == '20'"> <when test="status != null and status == '20'">
where where
(unix_timestamp(now()) - unix_timestamp(a.create_time))/(10*24*60*60) &lt; '1' (unix_timestamp(now()) - unix_timestamp(a.create_time))/(24*60*60) &lt; '1'
</when> </when>
<when test="status != null and status == '30'"> <when test="status != null and status == '30'">
LEFT JOIN tb_cf_order b ON a.user_id=b.user_id LEFT JOIN tb_cf_order b ON a.user_id=b.user_id
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论