|
|
@ -53,7 +53,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<where> |
|
|
|
<if test="accountsPayableCode != null and accountsPayableCode != ''"> and accounts_payable_code = #{accountsPayableCode}</if> |
|
|
|
<if test="accountsPayableStatus != null and accountsPayableStatus != ''"> and accounts_payable_status = #{accountsPayableStatus}</if> |
|
|
|
<if test="relevanceCode != null and relevanceCode != ''"> and relevance_code = #{relevanceCode}</if> |
|
|
|
<if test="relevanceCode != null and relevanceCode != ''"> and relevance_code like concat('%', #{relevanceCode}, '%')</if> |
|
|
|
<if test="creditAccount != null and creditAccount != ''"> and credit_account = #{creditAccount}</if> |
|
|
|
<if test="creditDetail != null and creditDetail != ''"> and credit_detail = #{creditDetail}</if> |
|
|
|
<if test="openBank != null and openBank != ''"> and open_bank = #{openBank}</if> |
|
|
|