张涛 11 months ago
parent
commit
2b5d72ef36
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      src/main/resources/mapper/TaOrgIssueMapper.xml

+ 1
- 2
src/main/resources/mapper/TaOrgIssueMapper.xml View File

@@ -130,8 +130,7 @@
130 130
 
131 131
     <select id="getIssuePageIssue" resultType="com.example.civilizedcity.entity.TaIssue">
132 132
         SELECT DISTINCT t.* from  ta_org_issue io
133
-        INNER JOIN 	ta_issue t on io.issue_id=t.issue_id and t.`status` &gt; 1
134
-        and t.source_type IN ( 'check', 'inspector' )
133
+        INNER JOIN 	ta_issue t on io.issue_id=t.issue_id and t.`status` &gt; -1
135 134
         WHERE
136 135
         io.org_id=#{params.orgId}
137 136
         AND io.`status` = -2