Commit fcb2aa12 by 梅存智

删除错误

parent 5955f96b
...@@ -580,7 +580,7 @@ ...@@ -580,7 +580,7 @@
where tb.site_id = #{siteId} where tb.site_id = #{siteId}
<if test="bizType != null "> <if test="bizType != null ">
and tb.biz_type = #{bizType} and tb.biz_type = #{bizType}
</if>) </if>
and tb.state = 1 and tb.top_up = 1 and tb.deleted = 0 and tb.state = 1 and tb.top_up = 1 and tb.deleted = 0
order by update_time DESC order by update_time DESC
</select> </select>
......
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