瀏覽代碼

公出发起删除后不能发起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>