傅行帆 6 years ago
parent
commit
7783c7fc7d

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

297
           tp_transaction t
297
           tp_transaction t
298
         WHERE
298
         WHERE
299
           t.community_id=#{communityId,jdbcType=INTEGER}
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
         UNION
301
         UNION
302
         SELECT
302
         SELECT
303
           <include refid="Base_Column_List"/>
303
           <include refid="Base_Column_List"/>