@@ -297,7 +297,7 @@
tp_transaction t
WHERE
t.community_id=#{communityId,jdbcType=INTEGER}
- AND t.uuid = #{id} and t.uuid_type = 'app'
+ AND t.uuid = #{id} AND t.`status` = 1 and t.uuid_type = 'app'
UNION
SELECT
<include refid="Base_Column_List"/>