Commit 02a20bb2 by zhiwj

bug

parent 01b52ff6
......@@ -378,11 +378,9 @@
<include refid="Base_Column_List" />
from tab_billing_sms_record
<where>
and enterprise_id = #{enterpriseId}
and cache_status = 1
and database_status = 1
<if test="enterpriseId != null ">
and enterprise_id = #{enterpriseId}
</if>
<if test="startTime != null and startTime != '' ">
and deduction_time &gt;= #{startTime}
</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