lidongdong
2023-09-05 049422e780893bc65319f066b6e5490c9a0b161b
修改商家提现列表报错
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerMerchantWithdrawMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerMerchantWithdrawMapper.xml
@@ -32,7 +32,7 @@
        select <include refid="base_sql"/>
        from volunteer_merchant_withdraw
        <where>
            where is_delete='0'
            is_delete='0'
            <if test="disposeType !=null ">
                and dispose_type=#{disposeType}
            </if>