Commit 0c2b7445 by guojuxing

自有商户接口修复

parent 385e3afb
......@@ -291,10 +291,10 @@
from tab_sys_union_enterprise_auth
where delete_flag = 0
<if test="startTime != null">
<if test="startTime != null and startTime != ''">
and (last_union_time >= #{startTime} or last_relieve_time >= #{startTime})
</if>
<if test="endTime != null">
<if test="endTime != null and endTime != ''">
and (last_union_time &lt;= #{endTime} or last_relieve_time &lt;= #{endTime})
</if>
and union_enterprise_id = #{unionEnterpriseId}
......
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