收款收款卡号查询修改;

This commit is contained in:
王奎兴
2026-03-23 11:38:49 +08:00
parent babad90aed
commit 959bc18fe1
@@ -29,12 +29,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<sql id="selectPaymentWalletPo1"> <sql id="selectPaymentWalletPo1">
<if test="createByName != null and createByName != ''"> <!-- <if test="createByName != null and createByName != ''">
and create_by_name like concat('%', #{createByName}, '%') and create_by_name like concat('%', #{createByName}, '%')
</if> </if>
<if test="updateByName != null and updateByName != ''"> <if test="updateByName != null and updateByName != ''">
and update_by_name like concat('%', #{updateByName}, '%') and update_by_name like concat('%', #{updateByName}, '%')
</if> </if>-->
<if test="topOrganizationId != null "> <if test="topOrganizationId != null ">
and top_organization_id = #{topOrganizationId} and top_organization_id = #{topOrganizationId}
</if> </if>