Przeglądaj źródła

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

ly 9 miesięcy temu
rodzic
commit
68e63cc481

+ 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>