Commit da5b1346 by 徐高华

sql

parent aa968e85
......@@ -322,7 +322,7 @@
and ( a.status_flag = 0 or a.expire_time <![CDATA[<]]> now() )
</if>
<!-- 许可状态 0 未激活,1 正常有效,2 即将过期,3 已过期,可多传,按‘,’隔开 -->
<if test="null != permitState">
<if test="null != permitState and '' != permitState">
<if test="permitState==0">
and a.active_status = 0
</if>
......
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