Commit 305e84fd by 梅存智

Merge branch 'dev' into 'master'

删除错误

See merge request !10
parents b2cecf90 fcb2aa12
...@@ -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