傅行帆 преди 6 години
родител
ревизия
7783c7fc7d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      CODE/smart-community/app-api/src/main/resources/mapper/TpTransactionMapper.xml

+ 1
- 1
CODE/smart-community/app-api/src/main/resources/mapper/TpTransactionMapper.xml Целия файл

@@ -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"/>