收款收款卡号查询修改;

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">
<if test="createByName != null and createByName != ''">
<!-- <if test="createByName != null and createByName != ''">
and create_by_name like concat('%', #{createByName}, '%')
</if>
<if test="updateByName != null and updateByName != ''">
and update_by_name like concat('%', #{updateByName}, '%')
</if>
</if>-->
<if test="topOrganizationId != null ">
and top_organization_id = #{topOrganizationId}
</if>
@@ -77,4 +77,4 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where del_flag = 1
<include refid="selectPaymentWalletPo1"/>
</select>
</mapper>
</mapper>