Преглед изворни кода

消单申请驳回申请修改

张涛 пре 1 година
родитељ
комит
fbc2eefb03

+ 1
- 1
src/main/java/com/example/civilizedcity/service/impl/TaOrgIssueServiceImpl.java Прегледај датотеку

@@ -146,6 +146,6 @@ public class TaOrgIssueServiceImpl extends BaseServiceImpl<TaOrgIssueMapper, TaO
146 146
     public void removeByIssueId(String issueId){
147 147
         baseMapper.removeByIssueId(issueId);
148 148
         taIssueMapper.removeByIssueId(issueId);
149
-    }
149
+       }
150 150
 
151 151
 }

+ 1
- 0
src/main/resources/mapper/TaIssueApplyMapper.xml Прегледај датотеку

@@ -13,6 +13,7 @@
13 13
                 INNER JOIN ta_issue s ON t.issue_id = s.issue_id
14 14
         WHERE
15 15
             t.`status` &gt; -1
16
+            AND s.`status` &gt; -1
16 17
         <if test="issueId != null">
17 18
             AND t.issue_id = #{issueId}
18 19
         </if>