浏览代码

fix:支付科目查询没停用的

ly 9 月之前
父节点
当前提交
68e63cc481
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mybatis/business/BizPaymentSubjectMapper.xml

+ 1 - 1
src/main/resources/mybatis/business/BizPaymentSubjectMapper.xml

@@ -15,7 +15,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             deleted = 0
             <if test="paymentTypeId!= null "> AND payment_type_id = #{paymentTypeId}</if>
             <if test="tenantId!= null "> AND tenant_id = #{tenantId}</if>
-
+            <if test="status!= null "> AND `status` = #{status}</if>
         </trim>
     </select>