傅行帆 6 years ago
parent
commit
7783c7fc7d

+ 1
- 1
CODE/smart-community/app-api/src/main/resources/mapper/TpTransactionMapper.xml View File

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