ソースを参照

公出发起删除后不能发起BUG修复

anderx 1 年間 前
コミット
e63d6081df
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/main/java/com/goafanti/common/mapper/ExpenseAccountMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/ExpenseAccountMapper.xml

@@ -628,7 +628,7 @@
   <select id="selectByaidAndPrid" resultType="com.goafanti.expenseAccount.bo.OutExpenseAccount">
     SELECT
     <include refid="selectDtailsSql"/>
-    WHERE 1=1
+    WHERE 1=1 and a.status &lt; 4
     <if test="status !=null">
     and a.status= #{status}
     </if>