Commit 77f7c838 by jinxin

其他占用许可sql修改

parent ce472c74
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
<!-- 其他占用 --> <!-- 其他占用 -->
<if test="occupy != null and 1==occupy"> <if test="occupy != null and 1==occupy">
and a.status_flag = 0 and a.del_time >= DATE_FORMAT(NOW(),'%Y-%m-%d') and a.active_status = 1 and a.status_flag = 0 and a.del_time >= DATE_FORMAT(NOW(),'%Y-%m-%d') and a.active_status = 1 and a.expire_time >= DATE_FORMAT(NOW(),'%Y-%m-%d')
</if> </if>
<!-- --> <!-- -->
<if test="occupy != null and 2==occupy"> <if test="occupy != null and 2==occupy">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment