diff --git a/ruoyi-system/src/main/resources/mapper/system/TdCarrierIssuedMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TdCarrierIssuedMapper.xml
index 293ed3a..426c203 100644
--- a/ruoyi-system/src/main/resources/mapper/system/TdCarrierIssuedMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/TdCarrierIssuedMapper.xml
@@ -112,7 +112,7 @@
                 AND area_district = #{areaDistrict}
             </if>
             <if test="status!=null and status!=''">
-                AND status !='5'
+                AND status !='6'
             </if>
         </trim>
         ORDER BY create_time DESC