收款收款卡号查询修改;
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user